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 services that container provides?
What is the use of pattern in java?
What is skeleton and stub? What is the purpose of those?
Is java free for businesses?
What is the synonym of framework?
Explain the Propertie sof class?
What is diamond operator in java?
How would you format a date in java? I.e. In the ddmmyyy format?
What is a thin-client application?
Can private class be extended java?
Explain the difference between throw and throws in java?
what is instanceof operator used in java?