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 json parser in java?
Can we use both this () and super () in a constructor?
How do you reverse a string in java?
What is the primary benefit of encapsulation?
Is alive method in java?
What is google full form?
What is e java?
What is the benefit of inner classes in java?
Is empty string in java?
What is method and methodology?
What is finalize method?
How many types of gc are there in java?
Can constructor return value?
Can java list be null?
Is logger a singleton?