Give us the name of the list layoutmanagers in java?
No Answer is Posted For this Question
Be the First to Post Answer
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 size of int in java?
What is the final class modifier?
What are the skills required for core java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Can extern variables be initialized?
What is not object oriented programming?
What are the fileinputstream and fileoutputstream?
Why volatile is used in java?
What is treeset in java?
What happens if constructor is private?
Can an integer be a string?