Checked Exception and its description.

Cards (4)

  • ClassNotFoundException = Class not found.
  • IllegalAccessException = denied
  • InstantiationException = Attempt to create an object of an abstract class or an interface.
  • NoSuchMethodException = requested method does not exist.