Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Does java support multiple inheritance or not?

0 Answers   Hexaware,


Can we convert stringbuilder to string in java?

0 Answers  


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

0 Answers  


what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread

0 Answers  


How to instantiate static nested classes in java?

0 Answers  


What is string substring?

0 Answers  


wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?

2 Answers  


How do you check if a string is lexicographically in java?

0 Answers  


What is the difference between an inner class and a sub-class?

0 Answers  


How does synchronized modifier work?

1 Answers   IBM,


What is the parse method in java?

0 Answers  


Is there a way to increase the size of an array after its declaration?

0 Answers  


Categories