What error occurs if a try-catch-finally statement sequence
does not have a catch clause?
Answer Posted / nagaraju
we can have try block with out catch block, but we should
have finally block after try block(if catch block is not
there). If any exception occurs in the try block or not
finally block will be executed.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the system class in java programming?
What is the use of callablestatement?
What is object cloning in Java?
Can we declare the main method of our class as private?
What are the object and class classes used for?
Why is it called boolean?
What is jit compiler in java?
Is 0 true or false?
Is it possible to override the main method?
How to use arraylist in java netbeans?
What does ide stand for?
Why put method is used?
How to sort numbers in java without array?
If you do not want your class to be inherited by any other class. What would you do?
What is consumer in java?