You are here: Home / Topics / Hello World Program in Java

Hello World Program in Java

Filed under: Java on 2023-08-11 19:02:38

// Hello World Example

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


Output:

 Hello Java World..!

 


About Author:
V
Vinay Kumar     View Profile
Hi, I am using MCQ Buddy. I love to share content on this website.