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 floor math?
What are the concepts of 'OOPS'?
Are maps ordered java?
What is nextint java?
how many types of Inheritance?
What language is java written?
Garbage collection in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
How does varargs work in java?
Why for each loop is used?
What are different access specifiers in java? Explain
How will you invoke any external process in java?
What is the purpose of nested class in java?
Can each java object keep track of all the threads that want to exclusively access it?
What does percent mean in java?