Difference between object and reference?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of encapsulation in java?
What is the synonym of string?
What is return in java?
What is number data type in java?
Define the term string pool?
Can we override constructors?
Does string is thread-safe in java?
What is the differenc between Enemuration interface and iterator interface according to accessing?
What is object-oriented programming?
What will be the initial value of an object reference which is defined as an instance variable?
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.
IS method overriding is Duplication of Methods?