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 |
Difference between current previous versions of Java?
Can main() method in java can return any data?
Does java support multiple inheritance or not?
Can a class extend more than one class?
can any one tell me when do u go for inheritance and polymorphism
Is there any need to import java.lang package?
What checkbox method allows you to tell if a checkbox is checked?
What are exception handling keywords in java?
What is super constructor?
What is finalize()?
What do you mean by access modifier?
How would you use Bubble Sort to sort the number of elements?