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 sleep() and Wait()?
What is the difference between java and .Net?
What is java console application?
Define a package.
Why string is a class?
What is the difference between static and non-static variables?
How big is a pointer?
What releases of Java technology are currently available? What do they contain?
What is a class instance variable?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
Can we override the static methods?
How multi processing is achieved in JAVA?