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 is a char in java?
Explain hashset and its features?
How do you differentiate abstract class from interface?
How to restrict a member of a class from inheriting by its sub classes?
What are 5 boolean operators?
What is boolean keyword in java?
What is singleton class in java and how can we make a class singleton?
java program with complete 4 oops concepts implemented example
What is the current version of java?
What is meant by 'Class access modifiers'?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is the java project architecture?
Who found java?
What are the three parts of a lambda expression?
What is a heavyweight component?