java.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 04 Nov 2009 19:53:55 +0200
changeset 225 0de8b66b6f49
parent 176 5181378e42af
child 267 c513b3c60e73
permissions -rw-r--r--
Automated merge with file:///srv/hg/admin-doc

-*- 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