GeekArticles
FAQ
Java FAQJava Security FAQ
Author: cs.princeton.edu |
Published: 13th Aug 2005 |
Visited: 545 times |
Add CommentFiled in: Java FAQJava Security FAQ: Nothing in life is completely secure; Java is no exception. Several specific security problems have been discovered and fixed since Java was first released. If you're using an up-to-date Web browser, you are usually safe against the known attacks. However, nobody is safe against attacks that haven't been discovered yet. What are the risks? How common are security breaches? Who is at risk? How can I protect myself? What about products that claim to detect malicious applets? What about products that claim to block Java applets at a firewall?How can I restrict which sites my browser will accept applets from? Is this problem ever going to go away?....
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...
• Sources of Java Errors
The Java VM shields most developers from having to think about the memory-management aspects their Java objects, but it does not completely manage other types of resources automatically, says Gwyn Fisher, CTO of Klockwork in this interview with Artima. Great Java developers learn to understand what ...