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 is enhanced loop in java?
What is qualitative variable?
How do you escape in java?
What is tree in java?
What is method overloading with type promotion?
How to sort an array from smallest to largest java?
What is a databasemetadata?
What technique is carried out to find out if a particular string is empty?
What happens when a thrown exception is not handled?
What does @override mean?
What are the advantages of user defined functions?
String class is defined under which package in java?
What is the difference between hashmap and hashtable? What is an interface?
Why volatile is used in java?
What do you know about java?