public class Hello { public static void main(String[] args){ System.out.print("Hello World"); } }
that code will shown Hello World.
public class Hello {Hello is name class, name class and name file must same.- Syntax Java is case sensitive, so java syntax must be writen right.
- Remember the symbols and block of program
System.out.print("Hello World");This code will show the out put.
No comments:
Post a Comment