Answer Posted / guest
Anonymous class is a class that doesnot have a name.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What's the difference between comparison done by equals method and == operator?
What are static variables and functions?
What are conditionals and its types?
What is the static block?
What is a percentage sign called?
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 does this mean java?
What does string [] args mean?
What is a values collection view ?
What is the difference between yielding and sleeping?
How to sort elements in a parallel array in java?
How do you generate random numbers in java?
How do you achieve polymorphism in java?
What is an abstract class and what is it’s purpose?
How do you check if a string is lexicographically in java?