which method throws exception of type Throwable
Answers were Sorted based on User's Feedback
Answer / vishal
Throwable is super class of Exception and Error class.
Hence we can have Throwable as a refrence to any thrown
exception.
| Is This Answer Correct ? | 5 Yes | 2 No |
What is the difference between throw and throws?
How do you compare characters in java?
What is a file pointer?
Why java is made?
What are the advantages of passing this into a method instead of the current class object itself?
In what ways you can handle exception ?
What is the difference between the size and capacity of a vector?
Is an integer an object?
What is update method called?
What is the use of accept () method in java?
Can we compare two strings in java?
How do you find the absolute value?