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 access specifiers and access modifiers in java? 16
What is the significance of java packages?
What are white spaces in java?
What is 3-tier model?
does java support default argument in Method?
What are the two basic ways in which classes that can be run as threads may be defined?
What is constructor and its types?
Difference between overriding and overloading in java?
what is the collable collections in java?
What is a cup of java?
What is difference between iterator access and index access?
State some situations where exceptions may arise in java?