Hello World Program in Java


This is your first Java program, a simple way to start learning Java syntax.

Source Code

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments