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

Write a program to find maximum and minimum number in array?

0 Answers  


What are the two main uses of volatile in Java?

0 Answers  


Write code of any action class?

0 Answers  


what is the difference between HashMap and Hashtable

17 Answers   Value Labs, Virtusa,


Can a class extend more than one class?

0 Answers  


Explain about abstract classes in java?

0 Answers  


Superclass of exception

4 Answers   Nous,


What is the final keyword denotes?

0 Answers  


What is an array in java?

0 Answers  


What is type parameter in java?

0 Answers  


What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


Difference between keyword and identifier.

0 Answers   TCS,


Categories