TutorialsPoint · TutorialsPoint

public class MyFirstJavaProgram { Edit & Run

   /* This is my first java program.

    * This will print 'Hello, World!' as the output

    */

public static void main (String []args) {

System.out.println("Hello, World!"); // prints

}

}

Start Coding in Seconds

Coding Ground For Developers

Code, Edit, Run and Share

Ignite your coding potential on Coding Ground - an immersive online platform for hands-on learning, collaboration, and skill development.

Read the original on tutorialspoint.com ↗