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 are the two ways of implementing multi-threading in java?
What is difference between call by value and call by reference?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
Can we use different return types for methods when overridden?
What is the static keyword?
Explain the JDB in depth & command line.
what is private constructor?what are the uses of writing private constructor in our program?
Why should I use abstract class?
What is meant by serialisation and deserialisation?
what is the use of finalize()Method please explain with an example
Which is easier .net or java?
What are the advantages of java over C++?