Simple Java Hello World

Simple Java Hello World with Netbeans.


The code:
package myjavaexample;

public class MyJavaExample {

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

Comments



Popular posts from this blog

How to Use Extends and Implements

Java Code to Detect and Write Sitemap Manually

Activate JTextArea Right Click Mouse