java.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 12 Oct 2009 23:05:22 +0300
changeset 218 9ae36e91b0d0
parent 176 5181378e42af
child 267 c513b3c60e73
permissions -rw-r--r--
merged

-*- outline -*-

* Class version.

See value of 6 and 8 bytes in .class file:

  {0xCA, 0xFE, 0xBA, 0xBE, 0x00, minor, 0x00, major}

major  minor Java platform version
45       3           1.0
45       3           1.1
46       0           1.2
47       0           1.3
48       0           1.4
49       0           1.5
50       0           1.6