First java

The example code for the First java programming

public class FirstJava {

	public static void main(String[] args) {
		System.out.println("Hello Java");
		System.out.println("Hello Learning2night.com");

	}

}

out of Program:

 

Hello Java
Hello Learning2night.com

 

Add a Comment

Your email address will not be published. Required fields are marked *