Answer Posted / rustam
Finally is a java keyword which define a block that surely executed whether an exception is generated or not. this block
is an optional but it is good to put when we want cleanup the resources.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between the methods sleep() and wait()?
What is difference between Heap and Stack Memory?
Explain the difference between the public, private, final, protected, and default modifiers?
When will we prefer to use set and list in java and why?
What are the four pillars of java?
What is the difference between object oriented programming language and object based programming language?
What is java string pool?
What is method overloading with type promotion?
Which is faster call by value or call by reference?
What is the use of accept () method in java?
What is the default value of the local variables?
Can we force the garbage collection to run?
What do you mean by singleton class in java?
What is procedure writing?
What is the difference between array and array list in java?