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
What is the implementation of destroy method in java. Is it native or java code?
What do you mean by exception handling in Java?
What will happen if static modifier is removed from the signature of the main method?
What is collection class in java?
What is the difference between stringbuffer and stringbuilder class?
What is main string [] args?
What is the default size of load factor in hashing based collection?
Why arraylist is used in java?
Why do we use return statement?
does java support pointers?
Can you tell me range of byte?
What do you mean by inner class in java?
Why is String immutable?
What is dynamic binding(late binding)?
What is the use of isempty in java?