ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Java-Related >> Java-J2EE >> Core-Java
 
 
 
Question
What is the difference between Checked and Unchecked
exception? Give some examples
 Question Submitted By :: Maria
I also faced this Question!!     Rank Answer Posted By  
 
Answer
1.	Checked exceptions are exceptions that must be 
declared in the throws clause of a method. A checked 
exception indicates an expected problem that can occur 
during normal system operation. Checked exceptions must be 
2.	Unchecked exceptions are exceptions that do not 
need to be declared in a throws clause. An unchecked 
exception indicates an unexpected problem that is probably 
due to a bug in the code. The most common example is a 
NullPointerException.They don't have to be caught or 
declared thrown.
3.	Checked exceptions in Java extend the 
java.lang.Exception class. Unchecked exceptions extend the 
java.lang.RuntimeException. 
 
0
Padmaja
 
View All Answers
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com