which method throws exception of type Throwable

Answers were Sorted based on User's Feedback



which method throws exception of type Throwable..

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

which method throws exception of type Throwable..

Answer / ani.arava

protected void finalize() throws Throwable

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Core Java Interview Questions

3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)

3 Answers   RBS,


what is the difference between the methods sleep() and wait()? : Java thread

0 Answers  


What is methods and methodology?

0 Answers  


Explain about map interface in java?

0 Answers  


How to sort a collection of custom Objects in Java?

0 Answers  






What are teh sub-classes of a component class?

2 Answers  


What an i/o filter in java programming?

0 Answers  


how can we use the servlet as standalone apllication?should we need to extend any class?

2 Answers   Logica CMG,


What is a wrapper method?

0 Answers  


What is a lightweight component?

0 Answers  


What are Encapsulation, Polymorphism and Inheritance?

5 Answers  


How does static modifier work?

1 Answers   Wipro,


Categories