hi, when my friend call me she says want learn something about JAVA language programming. Then here is it you can start it with try to make Java Says Hello! to wolrd
[code]
class JavaMenyapa{
public static void main(String[] s){
String sapa = "Hello!";
System.out.println("Java says ! "+sapa"to theWOLRD");
}
}
[/code]
code java is one of type OOP or Object Oriented Programming so it may slice into class. Where the class is the one you will call in the main program.
try it your selft, good luck.
How to write Hello World in JAVA language programe
Reviewed by Izuka
on
Friday, May 10, 2013
Rating:
No comments: