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 java util?
What is get () in java?
What is canonical name in java?
What is the difference between delete and delete[]
Can list be null in java?
When do we use synchronized blocks and advantages of using synchronized blocks?
How many types of constructors are used in java?
What are serialization and deserialization?
Difference between Interface & Abstract class?
What is are packages?
What is a ternary operator in java?
What is parsing a string?