What error occurs if a try-catch-finally statement sequence
does not have a catch clause?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the difference between method overriding and overloading?
how we can make a read-only class in java?
What is supplier in java?
What is the difference between final, finally and finalize() in java?
What is core java used for?
How will you reverse a singly-link list?
0 Answers Akamai Technologies,
Can you tell me range of byte?
Is java map thread safe?
What is the use of parseint in java?
Is java util regex pattern thread safe?
What is comparator in java?
What is dynamic binding(late binding)?