Java Programming

Hello World

hello world program in java to start learning java programming with easy and simple examples

8/23/2021
0 views
hello-world.javaJava
import java.io.*;

class helloworld {
	public static void main(String args[ ]) {

		/* Display text on the screen */
		System.out.println("Hello World!");
	}
}


/* Output */
/* Hello World! */
javajava programminghello world

Loading comments...

Related Examples

Deliver breaking news, insightful commentary, and exclusive reports.

Targeting readers who rely on our platform to stay ahead of the curve.

Contact Us: benzingaheadlines@gmail.com