Multiple choice

Which of the following Exception classes is used to deal with an exception of an attempt to violate the security?

  1. NullPointerException

  2. ClassNotFoundException

  3. IllegalAccessException

  4. InterruptedException

  5. SecurityException

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

This Exception class is used to deal with an exception of an attempt to violate security.