what is jdk1.5 features?

Answers were Sorted based on User's Feedback



what is jdk1.5 features?..

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

what is jdk1.5 features?..

Answer / veera reddy yannam

Annotation
Generics
Autoboxing
Enum safe
var arguments
static imports

Is This Answer Correct ?    19 Yes 1 No

what is jdk1.5 features?..

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

what is jdk1.5 features?..

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

what is jdk1.5 features?..

Answer / midhula

above answers + specific collection and generic collection.

Is This Answer Correct ?    9 Yes 5 No

what is jdk1.5 features?..

Answer / sudheer

above 1and 2and covarent return types for voerriding

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Core Java Interview Questions

why String class is immutable.

5 Answers   iGate,


Can we declare an array without size in java?

0 Answers  


GoldMansachs Interview process....

1 Answers   Goldman Sachs,


java is puerly object oriented or not ?

5 Answers  


Compare Mutex and Semaphore in java.

0 Answers   Ciena,






what is the Use of throws exception?

2 Answers  


How are Java source code files named?

3 Answers  


What is the Set interface?

2 Answers  


What is string and example?

0 Answers  


Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me

0 Answers  


Can we catch more than one exception in single catch block?

0 Answers  


diffrence b\w println() and printf()

8 Answers   NIIT,


Categories