Answer Posted / debapriya patra
A finally clause will execute always wheather the try block
throw any exception or not.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What's the access scope of protected access specifier?
What is prime number in java?
What are the differences between path and classpath variables?
What are void pointers?
Is finalize() similar to a destructor?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What are the advantages of encapsulation in java?
What is the purpose of abstract class?
How would you use Bubble Sort to sort the number of elements?
How many bits is a double?
What is tree node in java?
What is a double vs float?
What are constructors in java?
What are filterstreams?
Program to Find the second largest element in an array.