Hello World In Java
This is the simple Java syntax code for Hello World!!
Syntax :
class Simple{
public static void main(String args[]) {
System. out. println("Hello World!!");
}
}
Run : Hello World!!
Syntax :
class Simple{
public static void main(String args[]) {
System. out. println("Hello World!!");
}
}
Run : Hello World!!
Comments
Post a Comment