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
Which oo concept is achieved by using overloading and overriding?
What is bifunction in java?
What does system.gc() and runtime.gc() methods do?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
How do you create a bulleted list?
How do you escape json?
Can you inherit from an abstract class java?
What is the difference between jdk and jre?
Does java initialize arrays to zero?
Can you extend singleton class?
Do extraneous variables affect validity?
How do you use compareto?
Does every java program need a main?
What are the characteristics of Final,Finally and Finalize keywords.
Which list does not allow duplicates in java?