Difference between method overloading and overriding.
No Answer is Posted For this Question
Be the First to Post Answer
Should a main method be compulsorily declared in all java classes?
JVM is platform independent or depeneded?
What is the largest data type in java?
what is servlet enginee?
what is diffrence between .NET and java?
Name four container classes.
What are the two ways in which thread can be created?
What is an interoperable application in java ?
What is the difference between heap memory and stack memory?
Does garbage collection guarantee that a program will not run out of memory?
what is enumset?
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.