Hello World Java
public class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello World!");
}
}
Penjelasan Program
Program di atas akan menampilkan string “Hello World” di layar.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

