First Program in Java.

First Program in Java

class Easy
{
 public static void main(String[] args) 
 {
   System.out.println("Hello World");       
 }
}

Run this Program

  • Using Command Prompt
  • Using Netbeans
  • Using Eclipse
  • Using Android phone
Next Post Previous Post
No Comment
Add Comment
comment url