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
What is an example of procedure?
How does thread synchronization occurs inside a monitor?
What is the difference between instanceof and isinstance?
What is ordered map in java?
What do the thread?class methods run() and start() do?
What is the char data type?
Is it possible to override the main method?
What does .equals do in java?
What is an escape character in java?
When should you use arraylist and when should you use linkedlist?
What is regex in java?
Can Exception handling we can handle multiple catch blocks?
Why hashcode is used in java?
Write a program to find the whether a number is an Armstrong number or not?
What is tree in java?