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

What is the inheritance?

0 Answers  


explain the life cycle of thread?

10 Answers   CTS, NIIT, TCS,


How do you compare two strings? any predefined method for this?

3 Answers  


What is a numeric digit?

0 Answers  


What are the characteristics of java?

0 Answers  






What is constructor chaining in java?

0 Answers  


explain the collection in java

1 Answers   WDC,


What is java util?

0 Answers  


what is thread in Java ?

0 Answers  


What is Applet Flickering ?

1 Answers   Infosys, Persistent,


Are arrays immutable in java?

0 Answers  


java is pure object-oriented programming language?why it is platform independent.

1 Answers  


Categories