equal
deleted
inserted
replaced
104 ** Anonymous classes. |
104 ** Anonymous classes. |
105 |
105 |
106 Anonymous inner classes extend local inner classes one level further. As |
106 Anonymous inner classes extend local inner classes one level further. As |
107 anonymous classes have no name, you cannot provide a constructor. |
107 anonymous classes have no name, you cannot provide a constructor. |
108 |
108 |
|
109 * 64-bit problem. |
109 |
110 |
|
111 http://www.java.com/en/download/faq/java_win64bit.xml |
|
112 Which version of Java should I download for my 64-bit Windows |
|
113 operating system? |
|
114 http://java.sun.com/javase/6/webnotes/install/system-configurations.html |
|
115 Java™ SE 6 Release Notes Supported System Configurations |
110 |
116 |