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

Explain role of constructor in a java application?

5 Answers  


If try block is successfully executed, Then Is Finally block executed?

0 Answers   PUCIT,


What is tree in java?

0 Answers  


List some oops concepts in java?

0 Answers  


What is the difference between yielding and sleeping in java programming?

0 Answers  


How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.

2 Answers  


What is design pattern and there types?

2 Answers   Cap Gemini,


what is private constructor?what are the uses of writing private constructor in our program?

10 Answers  


What is a generic data type?

0 Answers  


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

0 Answers   RBS, TCS,


what is the use of abstract class and interface with example?

2 Answers   Cycore, DNS, Technoram,


What is java reflection?

0 Answers  


Categories