Binary milestone
Class File 45.3
Java 1.1 kept the same major line but increased the minor version to reflect evolutionary changes.
45.3Minor incrementEarly platform growth
Java 1.1 kept the same major line but increased the minor version to reflect evolutionary changes.
Java 1.1 kept the same major line but increased the minor version to reflect evolutionary changes.
The class file version is the binary compatibility signal that tells tooling and runtimes which generation of compiled Java bytecode they are dealing with.
This milestone is part of the steady one-step-per-release evolution of the Java class file contract.
javap -verbose MyClass.class
# look for: major version 45
Minor version increment
Java 1.1 kept the same major line but increased the minor version to reflect evolutionary changes.