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
What is member in java?
How do you convert an int to a string in java?
Is 0 an even number?
How do you change an int to a string?
Why are the objects immutable in java?
Why wait and notify methods are declared in object class?
What are scriptlets?
How do I stop concurrentmodificationexception?
What are the ways in which a thread can enter the waiting state?
Is null an object in java?
What is the purpose of interface?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Is node a data type in java?
What does isempty () do in java?
What are the two types of java?