java.rst
changeset 780 a6e551deff14
parent 735 5c437e2d5fe1
child 781 fd028a196ff0
equal deleted inserted replaced
779:001f5498a085 780:a6e551deff14
     4 
     4 
     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       3           1.0
    10   45 0x30    3           1.0
    11 45       3           1.1
    11   45 0x30    3           1.1
    12 46       0           1.2
    12   46 0x31    0           1.2
    13 47       0           1.3
    13   47 0x32    0           1.3
    14 48       0           1.4
    14   48 0x33    0           1.4
    15 49       0           1.5
    15   49 0x34    0           1.5
    16 50       0           1.6
    16   50 0x35    0           1.6
    17 
    17 
    18 * Modifiers.
    18 * Modifiers.
    19 
    19 
    20 ** public.
    20 ** public.
    21 
    21 
   110 
   110 
   111   http://www.java.com/en/download/faq/java_win64bit.xml
   111   http://www.java.com/en/download/faq/java_win64bit.xml
   112                 Which version of Java should I download for my 64-bit Windows
   112                 Which version of Java should I download for my 64-bit Windows
   113                 operating system?
   113                 operating system?
   114   http://java.sun.com/javase/6/webnotes/install/system-configurations.html
   114   http://java.sun.com/javase/6/webnotes/install/system-configurations.html
   115                 Java™ SE 6 Release Notes Supported System Configurations
   115                 Java SE 6 Release Notes Supported System Configurations
   116 
   116 
   117 * Java performance.
   117 * Java performance.
   118 
   118 
   119   http://java.sun.com/performance/reference/whitepapers/5.0_performance.html
   119   http://java.sun.com/performance/reference/whitepapers/5.0_performance.html
   120   http://java.sun.com/performance/reference/whitepapers/6_performance.html
   120   http://java.sun.com/performance/reference/whitepapers/6_performance.html