Multiple choice

Which of the following is a false statement about Java applet security?

  1. Applets are inserted inside a JVM interpreter when the web page is loaded.

  2. An untrusted applet is bypassed in to sandbox to restrict its behaviour.

  3. A system call is made only when the applet is found trusted by the interpreter.

  4. An applet, which comes from a local disk cannot be trusted.

  5. A security monitor is placed, when the applet is try to access the system resources to check its approval.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is false statement as a local disk applet is termed as a secure applet.