Answer Posted / guest
it occurs in operator overloading
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
How many bytes are a float?
What is an abstract class and what is it’s purpose?
Difference between error and exception
What are the different ways of implementing thread? Which one is more advantageous?
Does list allow duplicates in java?
What advantage do java's layout managers provide over traditional windowing systems?
What is a numeric string?
How do you differentiate abstract class from interface?
What are 3 boolean operators?
what do you mean by classloader in java?
Can we convert stringbuffer to string?
How do you use nextline in java?
What is the main difference between java platform and other platforms?
Why is sizeof not a function?
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.