Hello world!

Code

public class Hello_World {

public static void main(String[] args) {

System.out.println(“Hello World”);
System.out.println(“This is my first Java Application”);
}
}

Leave a Reply

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