Answer Posted / ranganathkini
The finally clause is used to ensure that a single statement
or a set of statements are executed irrespective of whether
or not an exception is thrown/caught inside a method.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between class#getinstance() and new operator ?
What is package protected in java?
What does %d do in java?
What is the size of boolean variable?
What is difference between static variable and global variable?
What is difference between this and super keyword?
What about abstract classes in java?
What is null object in java?
How many bits is a char?
What is Java Reflection API? Why it’s so important to have?
what is the difference between future and callable interface in java?
Name few "optional" classes introduced with java 8 ?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
Explain the meaning of java applet.
How will you calculate the depth of a binary tree if the tree contains 15 nodes?