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 are the restrictions imposed by a Security Manager on Applets?.
What type of variable is error flag?
What are the two types of java programming?
Can we extend private class in java?
What are packages in java?
what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0
Is null a string in java?
What are the different types of multitasking?
while creating thread why we extend thread class
What is Applet Stub Interface ?
Why main method is static in java?
Can we declare register variable as global?