Answer Posted / e-mail
platform independent
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is the purpose of garbage collection in java? When is it used?
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 meant by method?
Is an integer an object?
Can you make a constructor final in Java?
What is singleton class in java and how can we make a class singleton?
What is the use of generics? When was it added to the Java development Kit?
How do you use compareto in java?
Why put method is used?
How many techniques can be employed to create a string object?
Can we call the run() method instead of start()?
What is a locale?
Does java arraylist maintain insertion order?
Why webdriver is an interface?
Is java an open source?