The built-in base class in Java, which is used to handle all exceptions is
(A) Raise
(B) Exception
(C) Error
(D) Throwable
Answer: (D)
Explanation: Throwable class is the built-in base class used to handle all the exceptions in Java.
Quiz of this Question