Write a code to show a static variable?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of proper inheritance?
0 Answers Thomson Reuters, Virtusa,
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 array command?
what is d difference between deep cloning and shallow cloning in core java?
What is ‘is-a ‘ relationship in java?
Does variable declaration allocate memory?
How to instantiate static nested classes in java?
Can you have two constructors in java?
What is runtime polymorphism or dynamic method dispatch?
Can a static block throw exception?
What is difference between “==” and equals()?
What are predicates in java 8?