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 classes of exceptions, thrown by a throw statement?

Answers were Sorted based on User's Feedback



What classes of exceptions, thrown by a throw statement?..

Answer / ravikiran

checked exceptions

Is This Answer Correct ?    2 Yes 0 No

What classes of exceptions, thrown by a throw statement?..

Answer / niranjanravi

Syntax for throw is:
throw throwableinstance;
Here the throwableinstance must be an object of type
Throwable or sub-class of Throwable.Simple types such as
int or char as well as non-Throwable types such as String
or object can't be assigned to throw.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is return in java?

0 Answers  


What is the difference between stream and buffer?

0 Answers  


Explain some best practices you would apply while using collection in java?

0 Answers  


What is public static?

0 Answers  


What is map and hashmap in java?

0 Answers  


What is the difference between preparedstatement and statement in java?

0 Answers  


how to handle exceptions in ejb?

0 Answers   Satyam,


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

0 Answers  


Explain java coding standards for variables ?

0 Answers  


My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?

3 Answers   IBM, TCS,


What are constructors in java?

0 Answers  


What is mnemonic code?

0 Answers  


Categories