what are the major differences between jdk1.4 and jdk1.5?
Answers were Sorted based on User's Feedback
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 |
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 |
How do you achieve polymorphism in java?
What is difference between hashset and hashmap?
what is default layout of JFrame class?
How does java pattern compile work?
why did you choose your career in IT?
How can constructor chaining be done using this keyword?
What is navigable map in java?
Where and how can you use a private constructor?
what are abstract functions?
What is the base class for error and exception?
what is different between static and non static methods ,using example
What is difference between array and arraylist in java?