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
How will you communicate between two applets?
Differences between C and Java?
What are wrapped classes in java programming?
How do you end a program?
Is java pass by value or pass by reference?
How do you reverse sort a list in java?
what are different ways in which a thread can enter the waiting state? : Java thread
Can size_t be negative?
What is bitwise complement?
How can we create a thread in java?
Explain when classnotfoundexception will be raised ?
What is meant by class and object in java?
What is the difference between ArrayList and Vector? which one is better in Java
Explain about main() method in java ?
Explain access modifiers in java.