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...


Can an exception be rethrown?

Answers were Sorted based on User's Feedback



Can an exception be rethrown?..

Answer / ashok

yes. Exception can be rethrown by using throw statement.

Is This Answer Correct ?    15 Yes 2 No

Can an exception be rethrown?..

Answer / sreenu

How can we rethrown the exception can any one explain with
example?

Is This Answer Correct ?    5 Yes 0 No

Can an exception be rethrown?..

Answer / devarathnam

yes

Is This Answer Correct ?    4 Yes 1 No

Can an exception be rethrown?..

Answer / ravikiran(aptech mumbai)

yes an exception can be rethrown by make use of throws
keyword,to it's calling method

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

What are the legal parameters?

0 Answers  


What do bitwise operators do?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What is floor in java?

0 Answers  


What is the difference between Synchronizing mehtod & Synchronizing block?

2 Answers  


whats the difference between == and .equal ?

10 Answers   Cisco,


When garbage collector invokes object?s finalize() method?

5 Answers  


What is an exception?

6 Answers  


What is the main functionality of Prepared Statement?

4 Answers  


how to accept integer array in java

2 Answers   Tech Guru,


Can an object be null?

0 Answers  


What is a platform?

0 Answers  


Categories