Answer Posted / kavitha
Thread is block of code which can execute concurrently with
other threads in JVM(Java Virtual Machine)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do weakhashmap works?
Can a constructor be protected?
What is the use of list in java?
Can we have multiple catch block for a try block?
What is wrapper class html?
why Interface used?
How do you compare arrays in java?
Difference between method overloading and overriding.
Is c better than java?
What is a generic data type?
What are the types of arrays in java?
What is externalizable?
Is break statement can be used as labels in java?
What is the difference between inheritance and encapsulation?
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.