Answer Posted / ved
Errors are the abnormal conditions which can not be handled
by your program and the program will immediately interrupt
while exceptions are those abnormal conditions which your
program can handle with the techniques of error handling.
Errors can not be handled and will stop uour program...
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is the difference between length and length() method in java?
Is set thread safe java?
What is an example of a constant variable?
What is a treemap in java?
Are floats faster than doubles?
What does snprintf return?
What is math in java?
What is contract between hashcode and equal method?
Explain the features of java?
What is the difference between private & public & friendly classes?
What are keywords in java?
Why we cannot override static method?
What is an object class?
Can a static class have a constructor java?
What is the current version of java?