Answer Posted / asit nautiyal
An exception is any error condition or unexpected behavior
encountered by an executing progarm othre than logic or
syntex errors.
The error conditions might include conditios such as
division by zero, access to an array to an array outside of
its bounds,etc.
To handle exception we use three statements :
1. try 2. catch 3.finally
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What are the different access modifiers available in java?
What are the advantages of encapsulation in java?
What are measurable parameters?
What is console based application in java?
Write an algorithm for quick sort?
Why is serialization required?
What is the difference between abstract classes and interfaces?
What is the final class?
Convert Binary tree to linked list.
Difference between predicate, supplier and consumer ?
How do I get the | symbol on my keyboard?
Define nashorn in java8.
What is update method called?
Is java an ide?
How can you read content from file in java?