Answer Posted / selvaa
Public, Private, Protected
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by inheritance and what are its advantages?
What do you mean by access modifier?
What is a boolean flag in java?
Can an interface have a constructor?
What is the difference between static class and normal class?
What state does a thread enter when it terminates its processing in java programming?
Why is it called boolean?
What is double word?
What is mean by collections in java?
Is integer passed by reference in java?
What is the difference between throw and throws keywords?
what is singleton class in java?
What happens to the Exception object after handling an exception?
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 the importance of static variable?