Answer Posted / ravikiran
container
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What are the different ways to handle exceptions?
What is polymorphism in java? What are the kinds of polymorphism?
What is constructor in java ?
What happens when you add a double value to a string?
what is thread? What are the high-level thread states? : Java thread
Which class is the superclass for every class in java programming?
What are the new features in java 8?
Is null a string?
Name few java 8 annotations ?
What is string in java is it a data type?
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 meant by tab pans?
What is unicode full form?
What is difference between calling start() and run() method of thread?
What is class variable java?