Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: comment of the 2nd CS fixed.

...

Code Block
bgColor#ccccff
// Determine whether objects x and y have the same class
if (x.getClass() == y.getClass()) {
  // Code determinesassumes whetherthat the objects have the same class
}

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9c51aa0328d4232d-ec1283cd-4eb64cb6-a0a18c90-16bd215b83829fa2ab21f88c"><ac:plain-text-body><![CDATA[

[[Christudas 2005

AA. Bibliography#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="0734ab01eebbb38b-d18fa222-43ce4c66-a4ecb8bc-a1f9b2ec718ae8af9a04f5b9"><ac:plain-text-body><![CDATA[

[[JVMSpec 1999

AA. Bibliography#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="4bb58f94cd8ae704-6a32aa97-4f434250-aaf69f02-6c32d00d7969822c1c4729b4"><ac:plain-text-body><![CDATA[

[[McGraw 1998

AA. Bibliography#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="795d081f255d96ec-f65222c5-43d44134-bbab95ac-dabbb91c48c586dd02fda1a4"><ac:plain-text-body><![CDATA[

[[Wheeler 2003

AA. Bibliography#Wheeler 03]]

[Java

http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/java.html] Secure programming for Linux and Unix HOWTO

]]></ac:plain-text-body></ac:structured-macro>

...