what are the major differences between jdk1.4 and jdk1.5?

Answers were Sorted based on User's Feedback



what are the major differences between jdk1.4 and jdk1.5?..

Answer / akansha

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 ?    41 Yes 2 No

what are the major differences between jdk1.4 and jdk1.5?..

Answer / lashmandeep singh 8054411133 c

in jdk1.5 use operater overloading but in jdk1.4 not use this

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More Core Java Interview Questions

How do you achieve polymorphism in java?

1 Answers  


What is difference between hashset and hashmap?

1 Answers  


what is default layout of JFrame class?

6 Answers  


How does java pattern compile work?

1 Answers  


why did you choose your career in IT?

1 Answers   LIC,


How can constructor chaining be done using this keyword?

2 Answers  


What is navigable map in java?

1 Answers  


Where and how can you use a private constructor?

1 Answers  


what are abstract functions?

1 Answers  


What is the base class for error and exception?

1 Answers  


what is different between static and non static methods ,using example

2 Answers  


What is difference between array and arraylist in java?

1 Answers  


Categories