What is Exception handling in Java
How do you handle run time errors please explain with an
example
Answer Posted / edward sudhahar chennai
Exception handling is a mechanism to handle unexpected
situations in java. This avoids the program to be
terminated upnormaly.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In case of inheritance what is the execution order of constructor and destructor?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Explain the use of sublass in a java program?
What does the exclamation mark mean in java?
What is variable declaration and definition?
What is a substring of a string?
How java is similar to c?
Describe string intern() methodology
What is xslt in java?
Can we use return in constructor?
Does chrome use java?
What is the difference between logical data independence and physical data independence?
What is the difference between actual and formal parameters?
What is functional interface in java?
What is bifunction in java?