| ID: | 245 | |
| Title: | Some Rules for Safer Java Programming - http://www.dzone.com/rsslinks/some_rules_for_safer_java_programming.html | |
| Pagerank: | N/A | |
| Description: | Heap is not automatically returned when a local variable referring to it is destroyed. It is just possible for it to be returned. The author talks about making things private for security, completely neglecting to mention that you can access private fields via reflection, unless you install a suitable security manager. Private isn't usually for security, but for simplicity and to allow code to evolve at a different speed to its clients. | |
| Category: | Internet: Programming | |
| Link Owner: | ||
| Date Added: | March 19, 2007 05:10:01 PM | |
| Number Hits: | 0 | |