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

What environment variables do I need to set on my machine in order to be able to run java programs?

0 Answers  


How can you generate random numbers in java?

0 Answers  


What are 4 pillers of object orinted programming?

0 Answers  


why an outer class cannot be declared as private?

1 Answers  


I need to know about complete topic in java's collections i with an examples

1 Answers   TCS,






What is called module?

0 Answers  


can we have function for truncating the sign as like abs in oracle.

1 Answers  


What is an example of a keyword?

0 Answers  


What is a stack class in java ?

0 Answers   Akamai Technologies,


Instead of writing Home, Remote Interfaces if i directly extends EJBObject to bean class what happens?

1 Answers   Flextronics,


Is ResultSet class?

5 Answers   Bally Technologies, TCS,


The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None

4 Answers  


Categories