Tool to read and display Java .class versions
If I have a compiled Java class, is there a way to tell from just the cla
You can use the javap utility that comes with the standard JDK.
javap -verbose MyClass Compiled from “MyClass.java” public class MyClass extends java.lang.Object SourceFile: “MyClass.java” minor version: 3 major version: 45