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
What are access specifiers in java ?
why using interface interface ?
What are memory tables?
What is a final class in java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
How many static init can you have?
What is a ternary operator in java? What is an interface?
What about instanceof operator in java?
What is a variable in java?
Difference between notify() method and notifyall() method in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is a layout manager and what are different types of layout managers available in java awt?
Can we override the overloaded method?
What's the access scope of protected access specifier?
Explain features of interfaces in java?