Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
Which containers use a border layout as their default layout?
What’s the default was port?
What id url?
What is a java executable jar file?
how will we use a cobol copybook in mb?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
What is a session? Can you share a session object between different theads?
What is a loop java?
What are the objects involved when a servlet receives a call from client?
Why java is a platform?
Explain about main() method in java ?
Explain servlet.
What is the execute method in java?
What is data structure in java?
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.