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 are the drawbacks of reflection?
What is %d in printf?
Why spring singleton is not thread safe?
What is the difference between static and non-static variables in java programming?
What is keyword auto for?
What is the output of the below java program?
What is the difference between declaration and definition in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is matcher in java?
why are there separate wait and sleep methods? : Java thread
what is meant by abstract class?
Explain the difference between protected and default access.
What is a get method?
What is isa relationship?
What is difference between arraylist and list in java?