what is the purpose of the final in the try-catch-final
Answer Posted / madhu
yes it correct it is finally,the use of finally is,if we
did not catch the exception in try/catch block also finnaly
will catch.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Define inheritance?
What are the escape sequences in java?
What is java util hashmap?
What is java objectoutputstream?
What are reference variables in java?
Explain access specifiers?
What modifiers are allowed for methods in an interface?
What is the association?
What is a protected class in java?
Why should we use singleton pattern instead of static class?
What is formatted output in java?
What is difference between identifier and variable?
What is the major advantage of external iteration over internal iteration?
What does nextint () do in java?
When does an object becomes eligible for garbage collection in java?