Answer Posted / saurabh kumar gupta
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 ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is equals method in java?
What is indexof?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
When would you use a static class?
What are extraneous variables examples?
Is ruby built on java?
What is the symbol for average?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What does exclamation mean in java?
What is == mean?
What is stack class in java?
Can we declare an array without size in java?
Why do people says “java is robust”?
What is the purpose of the system class in java programming?
How a string is stored in memory?