Answer Posted / rakesh
finalize() is used to release other resources
held by your object (such as database connections or
file handles)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Can we initialize the final blank variable?
What is java object name?
What are controls and their different types in awt?
What is serial version uid and its importance in java?
What is data member in java?
What is an inner class in java?
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 sortedmap in java?
Describe how to implement singleton design pattern in struts.
Does java vector allow null?
What is balanced tree in java?
What is nullpointerexception?
Can we clone singleton object in java?
What are the restrictions imposed on method overriding?
what is the major difference between linkedlist and arraylist in java?