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 identifier in java?

0 Answers  


Can a static class have a constructor?

0 Answers  


Is java map thread safe?

0 Answers  


What is unicode in java?

0 Answers  


Is java pure object oriented or not? if yes, give the valid reason.

13 Answers   Emphasis, NIIT, Syntel, Wipro,






What is skeleton and stub?

0 Answers  


What is google full form?

0 Answers  


What is functional interface in java?

0 Answers  


What is a vector in java?

0 Answers  


What is visibility mode?

0 Answers  


Why we use protected in java?

0 Answers  


What is Exception handling in Java How do you handle run time errors please explain with an example

2 Answers   Mastek, TCS,


Categories