What method is used to specify a container's layout in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
Why does my function print none?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is parameter tag and what is its use?
When do we use hashset over treeset?
What is difference between java and java ee?
What does flag mean in java?
Can we have a try block without catch block?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
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.
How is a structure different from array ?
How does abstract modifier work?
what is meant by Garbage collection?