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
Difference between ‘>>’ and ‘>>>’ operators in java?
How do you override a method?
Is constructor inherited?
What is a boolean output?
What is a local block?
What are the restriction imposed on a static method or a static block of code?
What do you mean by formatting?
What is the difference between method overriding and overloading?
What is the common usage of serialization? What exceptions occur during serialization?
Can we create object of static class?
Explain about the security aspect of java?
What is array command?
Where will it be used?
What is thread synchronization in java?
What is a default constructor and also define copy contrucyor?