Java Developer Question:
Download Questions PDF

Which classes of exceptions may be caught by a catch clause in Java Programming?

Answer:

A catch clause can catch any exception that may be assigned to the Throwable type. This includes the Error and Exception types.

Download Java Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between preemptive scheduling and time slicing in Java Programming?If the a class is declared without any access modifiers, where may the class be accessed in Java Programming?