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
Explain numeric promotion?
What is the maximum size of arraylist in java?
Using callable statement how can you pass out parameters, explain with example?
What is the difference between length and size in java?
What are different data types?
how many types of Inheritance?
What is the main use of java?
What is tree node in java?
What is the use of callablestatement?
what are abstract functions?
Define class?
What does flag mean in java?
Is static a singleton?
What is user defined exception in Java?
Differences between traditional programming language and object oriented programming language?