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
How can we pass argument to a function by reference instead of pass by value?
What is difference between stringbuffer and string?
How do you access command-line arguments within the code?
What is string substring?
What is the difference between JDK and JVM?
How does arraylist work in java?
What are static methods?
How many bits is a 64 bit byte?
What do you understand by weak reference?
Can we have any code between try and finally blocks?
Why does it take so much time to access an applet having swing components the first time?
Does anyone still use java?
What is downcasting?
what is object slice?
How do you check if a number is a perfect square?