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 array length?
How do you convert an int to a string in java?
What happens if we override only equals?
What is the role of garbage collector in java?
What is the gregoriancalendar class in java programming?
How does remove work in java?
Is final static java?
What is the difference between import java.util.date and java .util?
What is return in java?
How to find the largest value from the given array.
What environment variables do I need to set on my machine in order to be able to run java programs?
Explain super keyword in java.
For class CFoo { }; what default methods will the compiler generate for you>?
Can sleep() method causes another thread to sleep?
How to use string tokenizer class.