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

why the equals method can be override?when we override the equals method?

5 Answers  


What will happen if static modifier is removed from the signature of the main method?

0 Answers  


What does those terms actually mean included in the j.d.k i.6?

0 Answers  


What is meant by 'Class access modifiers'?

0 Answers   HCL,


What are keywords in java?

0 Answers  


What is integer parseint?

0 Answers  


What primitive Java types? Howmany are they and what are their names?

3 Answers  


Explain the difference between an object-oriented programming language and object-based programming language?

0 Answers  


When is finally block not called?

0 Answers  


I want to print “hello” even before main is executed. How will you acheive that?

0 Answers  


how to make the double-tone class ? as we have singletone class..?

1 Answers   IBM, Microsoft,


is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?

3 Answers   Hexaware, TCS,


Categories