Answer Posted / aditya mohata
it's an built it procedure in java which takes place as we
are finished wid our programs,so as to nullify the already
existing objects in the file.it's as an desturctor in c++.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why are variables important in research?
What is a short in java?
Can you override a final method?
What is skeleton and stub? What is the purpose of those?
Is jdk required on each machine to run a java program?
Where to store local variables?
What is garbage collection? Can it be forced to run?
What is function and method in java?
what is the significance of listiterator in java?
What value is a variable of the string type automatically initialized?
What is computer compiler?
Can we declare a constructor as final?
What are the different types of constructor?
Can memory leak 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.