Answer Posted / guest
memory location
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is the use of using enum to declare a constant?
What is pass by value?
Explain about version control?
What is the basic concepts of OOPS?
What is consumer in java?
What is the base class in java from which all classes are derived?
What is data type modifier?
How can we achieve thread safety in java?
How does singleton class work?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the kinds of polymorphism?
What is the difference between a choice and a list?
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 string :: npos?
What is the difference between a scrollbar and a scrollpane?