Answer Posted / sushma
Exception- This class is used for exceptional conditions that user programs should catch.
Error- It defines exceptions that are not expected to be caught under normal circumstances by your program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is jagged array in java?
What is the final variable?
Which method returns the length of a string?
What is difference between identifier and variable?
Explain covariant method overriding in java.
Why set do not allow duplicates in java?
What is visibility mode?
Explain runtime exceptions?
Can java cast null?
What are the advantages of java over cpp?
What are static blocks and static initalizers in java ?
What is the difference between final, finally and finalize() in java?
Is it possible to override the main method?
What is a method type?
Is java type safe?