Answer Posted / 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 |
Post New Answer View All Answers
What is a parameter in simple terms?
Explain about instanceof operator in java?
How to obtain a performance profile of java program
What are the access modifiers in java?
What is the maximum size of array in java?
What are the different types of data structures in java?
What is the purpose of return statement?
What is the purpose of the main method?
How many return statement are allowed in a function?
Define how destructors are defined in java?
What are the concepts of 'OOPS'?
Does variable declaration allocate memory?
Why java is made?
How do you join strings in java?
What does int argc char * argv [] mean?