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