How do you sort a set in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between checked exception and unchecked exception?
Why java is called not pure object oriented language?
How many arguments can be passed to main ()?
Is null a string in java?
what is the significance of listiterator in java?
What is Java Reflection API? Why it’s so important to have?
How do you use substring in java?
what is meant wrapper classes?
can java object be locked down for exclusive use by a given thread? : Java thread
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 does jenkins do?
Can we call the constructor of a class more than once for an object?