Answer Posted / nagendra
1. autoboxing and unboxing.
2. enums.
3. StringBuilder.
4. var-args.
5. Generics.
6. Annotations.
7. Covarent return types.
8. nested for-each loop.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is java a pure object oriented language?
How do you convert int to char in java?
Can we use a switch statement with strings?
What are the six ways to use this keyword?
Give me some null interfaces in java?
Can we start a thread twice in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What is empty list in java?
What are variable names?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is constant in programming?
Define nashorn in java8.
Can we override constructor in java?
What is size () in java?
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.