java.rst
changeset 781 fd028a196ff0
parent 780 a6e551deff14
child 899 7b4265c8d324
equal deleted inserted replaced
780:a6e551deff14 781:fd028a196ff0
     5 See value of 6 and 8 bytes in .class file:
     5 See value of 6 and 8 bytes in .class file:
     6 
     6 
     7   {0xCA, 0xFE, 0xBA, 0xBE, 0x00, minor, 0x00, major}
     7   {0xCA, 0xFE, 0xBA, 0xBE, 0x00, minor, 0x00, major}
     8 
     8 
     9    major   minor  Java platform version
     9    major   minor  Java platform version
    10   45 0x30    3           1.0
    10   45 0x27    3           1.0
    11   45 0x30    3           1.1
    11   45 0x27    3           1.1
    12   46 0x31    0           1.2
    12   46 0x28    0           1.2
    13   47 0x32    0           1.3
    13   47 0x29    0           1.3
    14   48 0x33    0           1.4
    14   48 0x30    0           1.4
    15   49 0x34    0           1.5
    15   49 0x31    0           1.5
    16   50 0x35    0           1.6
    16   50 0x32    0           1.6
    17 
    17 
    18 * Modifiers.
    18 * Modifiers.
    19 
    19 
    20 ** public.
    20 ** public.
    21 
    21