types of exceptions
Answer / anonymous
2 Types of Exception
1) Checked Exception : All exception classes that come
under Hierarchy of Throwable except "Runtime Exception"
and "Error" are checked exception. Eg: IOException etc.
2) Unchecked Exception : All classes that come under
hierarchy of "Runtime Exception" and "Error" are unchecked
exception For Eg. : NullPointerException,
ArrayIndexOutOfBoundsException etc.
| Is This Answer Correct ? | 7 Yes | 1 No |
How do you set security in applets?
What are the benefits of detached objects?
What is an abstract method?
Explain the difference between object state and behavior?
Which containers use a border layout as their default layout?
How do you download stubs from a Remote place?
What is deadlock?
What state a thread enters, When it blocks on I/O?
What is DTD?
Why use POJO when I can use hashmap
What is the lifecycle of an applet?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)