What is string pool?
No Answer is Posted For this Question
Be the First to Post Answer
What are predefined functions?
What is constructor chaining and how is it achieved in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
What are identifiers in java?
Is it possible to do method overloading and overriding at a time
Compare Mutex and Semaphore in java.
What is meant by null and void?
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 starvation?
what is the difference between the "protected and default" modifiers?
I want to store more than 10 objects in a remote server? Which methodology will follow?