Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

print hello world in java

public class hello {   // this is ur class type
    public static void main(String[] args){ //this is main method
        System.out.println("Hello Wolrd"); 
    }
    
}
Source by www.instagram.com #
 
PREVIOUS NEXT
Tagged: #print #world #java
ADD COMMENT
Topic
Name
3+8 =