Answer Posted / shivaprasad
Exceptions are those which can be handled at the run time
where as errors cannot be handled.
Examples for exceptions: Array out of bonds, attempt to
divide by zero etc.
Exceptions can be handled by handlers using try - catch.
| Is This Answer Correct ? | 279 Yes | 48 No |
Post New Answer View All Answers
Is java free for commercial?
What are the two types of exceptions in java? Which are the differences between them?
what do you mean by java annotations?
Is string an object?
What is defined as false sharing in the context of multithreading?
What is toarray method in java?
What is the Concept of Encapsulation in OOPS
What is difference between pointer and reference?
What does a void function return?
Can array grow dynamically in java?
How do you sort in java?
What checkbox method allows you to tell if a checkbox is checked?
What is ‘has a’’ relationship in java?
How would you convert bytes to string?
What is the advantage of preparedstatement over statement?