Java class file: Difference between revisions

Content deleted Content added
BattyBot (talk | contribs)
m Further reading: fixed citation template(s) to remove page from Category:CS1 maint: Extra text & general fixes using AWB (11334)
Idarwin (talk | contribs)
m The term "J2SE" was retired in 2005, use Java SE
Line 96:
| rowspan="2" | 2 bytes
| rowspan="2" | u2
| rowspan="2" | major version number of the class file format being used.<br />J2SEJava SE 8 = 52 (0x34 hex),<br />J2SEJava SE 7 = 51 (0x33 hex),<br />J2SEJava SE 6.0 = 50 (0x32 hex),<br />J2SEJava SE 5.0 = 49 (0x31 hex),<br />JDK 1.4 = 48 (0x30 hex),<br />JDK 1.3 = 47 (0x2F hex),<br />JDK 1.2 = 46 (0x2E hex),<br />JDK 1.1 = 45 (0x2D hex).<br />For details of earlier version numbers see footnote 1 at [https://docs.oracle.com/javase/specs/jvms/se6/html/VMSpecTOC.doc.html The JavaTM Virtual Machine Specification 2nd edition]
|-
| 7