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
How does queue work in java?
What is anonymous inner class?
Is linkedlist thread safe in java?
What is the use of java?
Is string thread safe in java?
What is broken and continue statement?
How many types of the indexof method are there for strings?
What is try-with-resources in java?
What is meant by inheritance and what are its advantages?
What does it mean that a method or field is “static”?
What are 3 boolean operators?
How do you input a string in java?
What is a dynamic array java?
What are the application of stack?
Explain notifyall() method of object class ?