OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 94
|
The built-in base class in Java, which is used to handle all exceptions is
|
Raise
|
|
|
Exception
|
|
|
Error
|
|
|
Throwable
|
Question 94 Explanation:
Throwable class is the built-in base class used to handle all the exceptions in Java.
Correct Answer: D
Question 94 Explanation:
Throwable class is the built-in base class used to handle all the exceptions in Java.
