What does index mean in java?
Which category the java thread do fall in?
What are the advantages of functions?
why doesn't java run on all platforms?
what Data encapsulation in java?
What is the final access modifier in java?
Which is the best way of exception handling?
What happens if main method is not static?
Why singleton class is used in java?
How can we access some class in another class in java?
Why we use protected in java?
Why java is object oriented?
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.