How many bytes is a character?
What is the use of hashmap in java?
What is the difference between stream and buffer?
Name four container classes.
Can you explain the final method modifier?
What is difference between array and arraylist in java?
What are keywords in java?
Can we define private and protected modifiers for variables in interfaces?
How many ways can you break a singleton class in java?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
How many types of variables are there?
What are static initalizers 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.