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
Why main method is static in java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Write a program to find the greatest of three numbers in java?
What is this keyword in java?
What is oop principle in java?
What is the byte range?
What is time complexity algorithm?
Can you run java program without main method?
How to access arraylist elements in java?
How to call one constructor from the other constructor ?
What do you mean by collectors in java 8?
What is the difference between the boolean & operator and the && operator in java programming?
Explain numeric promotion?
What is return null in java?
Difference between method overloading and overriding.