FileDocCategorySizeDatePackage
GetJavaVersion.javaAPI DocExample149Tue Feb 27 21:04:20 GMT 2001None

GetJavaVersion.java

public class GetJavaVersion {
	public static void main(String[] args) {
		System.out.println(System.getProperty("java.specification.version"));
	}
}