class Version{ public static void main(String a[]){ System.out.println("Java version: "+ System.getProperty("java.version")); } }