...
One can also make a class non subclassable. This can be achieved by finalizing a class.
Code Block | ||
---|---|---|
| ||
 final final class MyPrivacy { // Rest of the definition remains the same } |
...
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
...
MSC04-J. Be aware of JVM Monitoring and Managing 11. Miscellaneous (MSC) MSC30-J. Generate truly random numbers