

InterviewSolution
Saved Bookmarks
1. |
Solve : JAVA security problems? |
Answer» Does anyone out there know if JAVA has fixed the holes in their security? I am presently not running it and fortunately haven't run into any websites that require it, but, I would like to know if it is SAFE to download it as there are a few games that I like to play on line that would probably require it. Thank youThe only security loopholes that exist in java are from running older versions that have been exploited... Does anyone out there know if JAVA has fixed the holes in their security? All software has Security issues. The question is whether they are known to the general PUBLIC and the developer. In the case of Java, it's common to see news articles saying that "oracle issues security fix". People, HOWEVER, assume the worst. They think automatically that the security problem was something that means a person can send you to a page that uses Java and take complete control of the system. That is a security issue, of course, but even being able to read the Menu bar items from a Java Applet in a browser would be a security problem. The vast majority of such "Security issues" are not nearly to the level that they can be actively used to infect people with MALWARE without their knowledge. Other's only work in specific browsers, and still others only work across an intranet or local network. |
|