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 are different data structures in java?
Is it possible to specify multiple jndi names when deploying an ejb?
Explain listiterator and methods in listiterator?
placement papaers of spring computing technology
what is meant by Byte code concept in Java?
Explain about exception propagation?
What do the thread?class methods run() and start() do?
Can you override a final method?
Is string a datatype?
What is the difference between a constructor and a method?
What is the difference between yielding and sleeping?
Where to store local variables?
What is oop in java?
Highest level event class of the event-delegation model?
What is the use of string and stringbuffer?