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

different between exception and error? explaim check and
uncheck exception

Answer Posted / jreader

Exception and Error both classes extends Throwable class.
checked execption is an exception which need to be mentioned
in Throws list so that compiler can understand what type of
exception perticuler method can throw (forexample-
SQLException) whereas unchecked exception compiler will
handle and it comes at run time (for
example-IndexOutofBoundException)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are static blocks and static initalizers in java ?

1026


Name four container classes.

935


what is a working thread? : Java thread

999


What is a generic data type?

973


What is dynamic binding(late binding)?

985


What is the difference between a window and a frame in java programming?

1088


When should you use arraylist and when should you use linkedlist?

883


What is an example of procedure?

965


What causes memory leak in java?

890


What is a method header?

978


Why do I need to declare the type of a variable in java?

1004


I want to persist data of objects for later use. What’s the best approach to do so?

879


how to write a program for sending mails between client and server

2032


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2773


What is a war file?

1019