GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 920 of 928    Print  
Run Time Exceptions
what do exception mean in java ? what type of run time exceptions?


  
Total Answers and Comments: 4 Last Update: June 13, 2009     Asked by: pankajjo 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 15, 2008 07:46:34   #1  
usguru Member Since: June 2008   Contribution: 6    

RE: Run Time Exceptions
exceptions which are derived from runtimeexception are called runtime exceptions
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
December 01, 2008 04:54:03   #2  
ranaraj Member Since: November 2008   Contribution: 3    

RE: Run Time Exceptions
Runtime exception mean a codition of error in program at runtime. The error is like x a/(b-c) when b c; then a x infinite. Its a runtime error we solve it with use of try and catch.
 
Is this answer useful? Yes | No
December 03, 2008 04:01:47   #3  
ranaraj Member Since: November 2008   Contribution: 3    

RE: Run Time Exceptions
List of error exceptions are
1).arithmetic Exception
2).arrayindexoutofbounds Exception
3).arraystore Exception
4).filenotfoundException
5).ioException
6).nullpointerException
7).numberformatException
8).outofmemoryException
9).securityException
10).stackoverflowException
11).stringindexoutofboundsException

 
Is this answer useful? Yes | No
June 12, 2009 20:45:05   #4  
sanjusr25 Member Since: June 2009   Contribution: 1    

RE: Run Time Exceptions
Exception means an unwanted condition occur during the excecution of a program.

Exception are of two type


1) Checked Exception
2) Unchecked Exception


Checked exception are those exception which can be checked at compile time such as NumberFormatException


Unchecked Exception are those which can not be checked at compile time such as file not found exception arrayoutofBound exception all runtime exception are Unchecked exception


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape