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 arraylist e in java?
What are the uses of synchronized keyword?
Why unicode is important?
Which class is the superclass of all classes?
What is meant by attribute?
how we can make a read-only class in java?
How to find the index of the largest number in an arraylist java?
What is the difference between a static and a non-static inner class in java programming?
What happens to a static var that is defined within a method of a class?
What is the collections api?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
Can we call thread start () twice?
What happens when a thrown exception is not handled?
How do you start a thread?
Is a copy constructor?