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

Why string is immutable with example?

0 Answers  


What is a numeric digit?

0 Answers  


Can we call the Thread.sleep in Synchyronozed block?

5 Answers   Logica CMG,


What is variable explain?

0 Answers  


What is meant by class loader and how many types are there?

2 Answers   Apple,






Differentiate Vector and ArrayList?

6 Answers   Max Telecom, Wipro,


steps to connect with Oracle Databse using TYPE-2 Jdbc driver.

3 Answers  


what is an object class?Explain its methods?

6 Answers  


Explain with example the concept of constant variable in java.

0 Answers   HCL,


What is mean by encoding?

0 Answers  


What is difference between static and final?

0 Answers  


Why are constructors used?

0 Answers  


Categories