Java Hello word Program

If you are a beginner, definitely you are looking this code. Your first goal will be a write a simple program in Java and run it successfully. Its just small task for experience, but for beginner its very big task. You don’t worry about it. Here i give you the very simple Hello Wold program. You just copy paste this code and run simply.

Java Program

package com.samplecoder.helloworld;

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

Output:

Spring Tool Suit Console Output

For development I have using the Spring Tool Suite its helping me to coding fasting and save my timing. And its completely open source you can download it from https://spring.io/tools