what is jdk1.5 features?
Answers were Sorted based on User's Feedback
Answer / dsr
There are number of features in JDK1.5
1.autoboxing
2.generic
3.enum as a key
4.string builder
etc..
| Is This Answer Correct ? | 32 Yes | 2 No |
Answer / veera reddy yannam
Annotation
Generics
Autoboxing
Enum safe
var arguments
static imports
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / 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 |
Answer / janardhan
features like:
1).Generics
2).autoboxing/unboxing
3).for-each loop
4).static imports
5).StringBuilder
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / midhula
above answers + specific collection and generic collection.
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / sudheer
above 1and 2and covarent return types for voerriding
| Is This Answer Correct ? | 5 Yes | 4 No |
What does s mean in regex?
What is the meaning of variable in research?
What is a nullable field?
What will happen to the exception object after exception handling?
What are Transient and Volatile Modifiers?
3 Answers SAP Labs, TUP Manila,
Is minecraft java edition free?
What modifiers are used with an inner class which is a member of an outerclass?
What is boolean law?
Is there any difference between nested classes and inner classes?
Explain public static void main(string args[]).
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
What is thread safe singleton?