Q. SecurityException is for
- A. Caused when there's not enough memory to allocate a new object
- B. Caused when an applet tries to perform an action not allowed by the browser's security setting
- C. Caused when the system runs out of stack space
- D. Caused by referencing a null object
Correct Answer: B