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 the use of StringTokenizer class?
What are heterogeneous objects?
What do you mean by mnemonics?
What is file in java?
What is a consumer in java?
What are the fileinputstream and fileoutputstream?
What is the use of http-tunneling in rmi?
What is the string function?
What is e in java?
Is math class static in java?
What is difference between jdk,jre and jvm?
What are "methods" and "fields"?
What is lambda programming?
why an outer class cannot be declared as private?
What is off heap memory?