Syntax and example of java

Syntax and example of java: Java syntax:
Class Display - - class definition
{
Void Display()
{
System.out.println('welcome to Java') ;
}
Public static void main(String...

Comments