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 |
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
What are meta-annotations?
Give any two differences between C++ and java.
How do you sort data in java?
What is meant by structural programming?
What is meant by packages?
What is difference between string and new string?
What is an argument java?
How multipleInheritance is possible in java?
How do you achieve singleton?
Can a class be private or protected in java?
Difference between association, composition and aggregation?