First program

/**
* @author Rock
*/
public class TestApp {
/** 
* @param args
*/
public static void main(String[] args) {

    System.out.println("JAVA has been successfully installed.");
    }
}