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 class of exceptions are generated by the java run-time system?
What is an abstract method in java programming?
Is java a compiler?
What is replaceall in java?
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
Which is faster string or stringbuilder?
Difference between flush() and commit() in hibernate?
what is ABSTRACTION and what are using in real time project?
Explain when noclassdeffounderror will be raised ?
Is java free for businesses?
What is the difference between preparedstatement and statement in java?
What is difference between core java and java ee?