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 |
how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
What about abstract classes in java?
What is the maximum size of hashmap in java?
What is a numeric digit?
What is the meaning of 3 dots in java?
How can you say java is object oriented?
What is variable and constant explain with example?
What is diamond operator in java?
How to perform bubble sort in java?
What is the full name of java?
What does += mean in java?
What is meant by event handling in SAX parser?