java.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 07 Aug 2009 09:41:54 +0300
changeset 174 08429bbf63d0
parent 157 3c8b51cd094d
child 176 5181378e42af
permissions -rw-r--r--
Automated merge with file:///d:\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