Answer Posted / vijay kumar
These are the keywords which is used for Exception handling in java.The statements which assumes to raise an exception should kept in try block, and catch block contains the alternate code which should execute when exception occurs.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Is null or empty java?
Can there be an abstract method without an abstract class?
Can you extend main method in java?
what is session in java?
What is string literal in java?
What happens if an exception is not handled in a program?
When should I use stringbuffer?
What do you understand by access specifiers in Java?
What is blank final variable?
What is included in core java?
Can a class extend 2 classes in java?
what is a working thread? : Java thread
Difference between Linked list and Queue?
Can static methods access instance variables in java?
What is data movement?