Systems Security Certified Practitioner (SSCP) — Question 138

In what way could Java applets pose a security threat?

Answer options

Correct answer: C

Explanation

The correct answer is C because executables from the Internet can be malicious and may exploit vulnerabilities when run on a client system. Option A is incorrect as Java applets do not inherently disrupt secure distribution methods like SSL. Option B is misleading because while Java does allow some access control, the lack of restrictions can lead to security issues. Option D is also incorrect; Java does include some mechanisms for bytecode verification at runtime.