Answer Posted / sheetal panchal
java.lang.throwable
Throwable is the superclass for all exceptions and errors.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is collection class in java? List down its methods and interfaces.
Explain the difference between serializable and externalizable in java?
Can we override the overloaded method?
Can we write class inside a class in java?
What is the largest long allowed by java?
What is a parameter in a function?
What are meta-annotations?
Can a private method of a superclass be declared within a subclass?
Can we assign null to double in java?
What are user defined exceptions?
What is the similarity between dynamic binding and linking?
How does a for loop work java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is * argv?
How to convert string to char and vice versa?