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
Explain java coding standards for variables ?
Can a serialized object be transferred via network?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is style and indentation?
What do you mean by Function Overloading in java?
What is anagram of a string?
How do you define a variable?
How do I compare two strings in word in java?
What is the purpose of the main method?
What is the exception hierarchy in java?
What is the output of the below java program?
State some situations where exceptions may arise in java?
What does the “static” keyword mean?
What is the difference between iterator and list iterator?
Can we make a constructor final?