| Wiki Markup |
|---|
In a JVM, "Two classes are the same class (and consequently the same type) if they are loaded by the same class loader, and they have the same fully qualified name" \[[JVMSpec 1999|AA. Bibliography#JVMSpecReferences#JVMSpec 99]\]. Two classes with the same name but different package names are distinct, as are two classes with the same fully qualified name loaded by different class loaders. |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0786b479745b7326-5295a96a-46ef4611-863c98fb-b5dca76a8e7975e611412d88"><ac:plain-text-body><![CDATA[ | [[Christudas 2005 | AA. Bibliography#Christudas References#Christudas 05]] | Internals of Java Class Loading | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c79d5c18a3f42399-cbbc15eb-49864d79-931da893-098d6dc9ab37832198e3c43f"><ac:plain-text-body><![CDATA[ | [[JVMSpec 1999 | AA. Bibliography#JVMSpec References#JVMSpec 99]] | [§2.8.1, Class Names | http://java.sun.com/docs/books/jvms/second_edition/html/Concepts.doc.html] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="cdae6a5dd8c9cb8c-0647fdb1-4aa44570-bd918d09-a92e5b6ecc39ba31bec47d43"><ac:plain-text-body><![CDATA[ | [[McGraw 1998 | AA. Bibliography#Mcgraw References#Mcgraw 98]] | Twelve rules for Developing More Secure Java Code | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fb7a450abb635ef2-4d7efd88-445b4b60-8dcca8e1-c559a2308eab2837668120dd"><ac:plain-text-body><![CDATA[ | [[Wheeler 2003 | AA. Bibliography#Wheeler References#Wheeler 03]] | [Java Secure Programming for Linux and UNIX HOWTO | http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/java.html] | ]]></ac:plain-text-body></ac:structured-macro> |
...