Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
public final void clone() throws java.lang.CloneNotSupportedException {
         super.clone();
}

References

http://www.javaworld.com/javaworld/jw-12-1998/jw-12-securityrules.html?page=4Image Added http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/java.htmlImage Added