Differences between jdk 1.4 and 1.5

Answers were Sorted based on User's Feedback



Differences between jdk 1.4 and 1.5..

Answer / bantupallinarayanarao

(1). the major enhancement for JDK 1.5 version
Language Features
1. Generics
2. Enhanced for loop
3. Autoboxing/Unboxing
4.Type Safe Enums
5. Varargs
6. Static import
7. Annotations

Is This Answer Correct ?    36 Yes 2 No

Differences between jdk 1.4 and 1.5..

Answer / murali

1.generics
2.autoboxing
3.enums
4.queues

Is This Answer Correct ?    5 Yes 1 No

Differences between jdk 1.4 and 1.5..

Answer / monu jatav

In jdk 1.4 public static void main(string a[])
but we can use in jdk 1.5
public static void main(string ... a)

Is This Answer Correct ?    5 Yes 1 No

Differences between jdk 1.4 and 1.5..

Answer / guest

Generics were introduced in 1.5
JIT compilation was introduced

Is This Answer Correct ?    2 Yes 0 No

Differences between jdk 1.4 and 1.5..

Answer / nagarjuna j

1.Generics
2.autoBoxing/unBoxing,
3.varargs,
4.type_safe enums,
5.static imports

Is This Answer Correct ?    1 Yes 0 No

Differences between jdk 1.4 and 1.5..

Answer / ganesan.d

Generic interface,
auto/unboxing,
tools,

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is the this keyword?

0 Answers  


How to create two different thread class inside a main function?

1 Answers  


write a code, we have two thread, one is printing even no and other print the odd no.

1 Answers   Global Logic,


How do you reverse a string in java?

0 Answers  


What are the advantages of java over cpp?

0 Answers  






Can a vector contain heterogenous objects?

0 Answers  


Which collection is ordered in java?

0 Answers  


What is singleton class in java and how can we make a class singleton?

0 Answers  


What is compareto () in java?

0 Answers  


What is jit compiler in java?

0 Answers  


What is meant by final class?

0 Answers  


What is difference between final and immutable?

0 Answers  


Categories