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
Why do we create public static method in java?
What is the difference between comparison done by equals method and == operator?
What is final variable?
what is the use of bean managed and container managed with example?
What is methodological theory?
What are kinds of processors?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Which package is imported by default?
What are the differences between stringbuffer and stringbuilder?
What is double word?
How java enabled high performance?
What are java methods?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Explain implementation and how is it different from conversion?
Define linked list and its features with signature?