Answer Posted / manikandan
Exception come is several flavours such as
RuntimeExceptions, Errors, Checked and Unchecked. The 3
major types of exception are ,
(1) RuntimeException : Error that can occur in almost any
code (Eg)NullPointerException
(2) Error : Serious error you really should not try to
catch, e.g. OutOfMemoryError.
(3) Checked Exception : Likely exceptional condition that
can only occur in specific places in the code e.g.
EOFException.
Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What is object in java?
What is sortedset in java?
What is the list interface?
What are the two parts of a conditional statement?
Why is boolean important?
What is hashmap and map?
What is function and its uses?
Why runnable interface is used in java?
Is arraylist dynamic in java?
How does the java compiler work?
What are the java ide's? Explain
Is java a compiler?
What is an escape character in java?
What defines function?
Difference between stack and queue?