// Try this first application JAVA program // to test your jdk instalation. class TryApplication { public static void main (String[] args) { System.out.println (); System.out.print ("My first application "); System.out.println ("program in JAVA!"); } }