what is the difference between checked and unchecked
Exceptions?
Answer Posted / santosh mundhe
Unchecked Exception(Runtime Exception):
there is no need to declare runtime exceptions, in simple
words we can say that at run time JVM will handle the
exception.
Checked Exception(Compiletime Exception):
at compile time JVM will check for exception for that it's
compulsory to handle the exception.Checked exceptions force
you to catch the exception and to do something about it.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
What is the use of the list interface in the java collection? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is an algorithm in java collection framework? : java collections
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the interfaces in java collections? : java collections
What do you understand by synchronization? Why is it important?
What are the types of the main implementing classes in the map interfaces? : java collections
my interviewer asked me what technical specification you used how to answer that question
What is the enumerator of the java collection framework? : java collections
what is mean by hasing and maping in java platform and advantage?
What are maps interfaces in the java collections? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword