what is the difference between checked and unchecked
Exceptions?
Answer Posted / rohit
checked exceptions are error is suppose source file is
open... unchecked exception are error i.e array index out of
bound..thats all checked exception occur at compile time and
unchecked exception occurs at run time.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
what is mean by hasing and maping in java platform and advantage?
What is the Spring2.5 MVC Navigation flow?
What are the different types of ways where you can iterate over a list? : 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
What are the interfaces in java collections? : java collections
Which interface does java.util.hashtable implement?
What are the different types of classes implemented in the set interfaces? : java collections
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
please mail me the interview question based on java/j2ee
What do you understand by synchronization? Why is it important?
What are the differences between the java collection and the java list? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
my interviewer asked me what technical specification you used how to answer that question
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the considerations to be made in case of loops in java ?