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 |
What class is used to create Server side object ?
What is the difference between long.class and long.type?
What is serialization and de-serialization ?
Which class is the immediate superclass of the menucomponent class?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
Name three component subclasses that support painting?
the same information whether it will connect to the database or it will be used previous information?
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
How u validate date in DD/MM/YY format. and how u validate money in ur jsp
3 Answers Ashok Leyland, Satyam, Tech Mahindra, Tomax,
What is diffennce between AWT & SWING?