| |
GeekInterview.com > Interview Questions > J2EE > Core Java
| Print | |
Question: What are the different kinds of exceptions? How do you catch a Runtime exception
|
| June 06, 2005 07:17:11 |
#1 |
| Ashutosh Gupta |
Member Since: Visitor Total Comments: N/A |
RE: What are the different kinds of exceptions? How do you catch a Runtime exception |
There are 2 types of exceptions. 1. Checked exception 2. Unchecked exception. Checked exception is catched at the compile time while unchecked exception is checked at run time. |
| |
Back To Question | |