java code example

java code example

hello world

refer to‮:‬lautturi.com
public class Example {
	
	public static void main(String[] args) {
	
    	// System.out is an object representing the screen
        // println is one of the methods offered by screen
		
		System.out.println("Hello World!"); 
	}
}
Created Time:2017-09-20 11:48:00  Author:lautturi