...
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=4 http://www.dwheeler.com/secure-programs/Secure-Programs-HOWTO/java.html