Multiple choice Which of the following is a false statement about Java applet security? Applets are inserted inside a JVM interpreter when the web page is loaded. An untrusted applet is bypassed in to sandbox to restrict its behaviour. A system call is made only when the applet is found trusted by the interpreter. An applet, which comes from a local disk cannot be trusted. 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.