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

Answers were Sorted based on User's Feedback



different between exception and error? explaim check and uncheck exception ..

Answer / malligontla

Exception is caused due to programmer mistake where as error
is because of the jvm failure. Checked exception user should
handle the exception to ensure the smooth flow of the
program without any break IOException, unchecked exception
is the user might or might not handle the exception example
is Arithmetic exception

Is This Answer Correct ?    7 Yes 0 No

different between exception and error? explaim check and uncheck exception ..

Answer / 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

different between exception and error? explaim check and uncheck exception ..

Answer / nitin jain

Checked exceptions check at the time of compile the program
where unchecked exception check at runtime.

Is This Answer Correct ?    3 Yes 0 No

different between exception and error? explaim check and uncheck exception ..

Answer / guest

exception is an method for use skip an error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is mean by method signature?

5 Answers   Satyam,


Can we sort hashmap in java?

0 Answers  


What is aggregation?

1 Answers   Cap Gemini,


Write a program to print the pattern given below

0 Answers  


What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?

5 Answers  


What is difference between abstract class & final class

7 Answers  


Explain the difference between intermediate and terminal operations in java8?

0 Answers  


Explain about fail fast iterators in java?

0 Answers  


Should a main method be compulsorily declared in all java classes?

0 Answers  


What is concurrent hashmap and its features?

0 Answers  


Give few examples of final classes defined in Java API?

0 Answers   BirlaSoft,


Is arraylist an object in java?

0 Answers  


Categories