Answer Posted / mukesh kumar
Exceptions are abnormal condition that occur at run time and
it can be handle through try catch block.
Errors are those abnormal condition that occur at compile
time and can not be handle. Error terminates the program
whereas exception does not terminate program directly, it
provide chance to handle that abnormal condition.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What restrictions are placed on method overloading?
What is static import in java?
What is t in generics in java?
What are void pointers?
What is identifier give example?
What is the use of put method?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Explain how hashmap works?
What do you mean by Hash Map and Hash Table?
List some java keywords sun like c, c + + keywords?
Is binary a low level language?
What is regex in java?
What is the += operator called?
How to do a true java ping from windows?
What is :: operator in java 8?