Hello Friends,
This is a program to print a simple message:
Remember: The file name should be same as the class Name.
In this case, the file name will be First.java
class First { public static void main(String args[ ]) { System.out.println("hello World"); } } OUTPUT hello World