What are singleton services?
No Answer is Posted For this Question
Be the First to Post Answer
What is stack explain?
How do you check if two strings are equal in java?
What are the advantages of the model over the event- inheritance model?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
Can arraylist hold different types java?
List types of storage classes in java?
What is canonical name in java?
String Reverse in Java...!
Difference between canvas class & graphics class?
Can we have a method name same as class name in java?
What is append function?
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.