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

what is difference between throw and throws in exception?

Answer Posted / anu mathew

throws:
Method capable of raising an exception but not handling the
same. i.e to say no Try Catch block is implemented in the
Method, to handle the exception.
The callers should create the Try Catch Block to safeguard
against the exception.
If the above is not followed it would result in Compilation
errors.

throw:
The method that raises the exception also handles the same
in its Catch block.
If unhandled the exception can also be handles by the
Callers Try Catch Block.
Hope this makes sense.

Is This Answer Correct ?    44 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is ststic with example

2116


Can we have this () and super () together?

1094


Can a class extends itself in java?

1066


Why declare Main() inside the class in java ?

1113


what is deadlock? : Java thread

1056


How hashmap works in java?

1085


Tell me a few examples of final classes defined in Java API?

1153


What’s the difference between unit, integration and functional testing?

1157


Using callable statement how can you pass out parameters, explain with example?

1274


when should you use stringbuilder class in a program?

1021


Can we catch more than one exception in single catch block?

1117


How can you share data between two thread in Java?

978


What is a boolean expression in java?

1071


Why do we need wrapper classes?

1116


What is final method?

1115