what are the major differences between jdk1.4 and jdk1.5?
Answer Posted / 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 |
Post New Answer View All Answers
What is static variable with example?
Explain list interface?
Explain about features of local inner class?
What is runtime polymorphism or dynamic method dispatch?
When do we need to use internal iteration? When do we need to use external iteration?
What does jenkins do?
What is java algorithm?
How do you reverse sort a list in java?
Does windows 10 need java?
What are the advantages of encapsulation in java?
How is the marker interface used in Java?
What are the advantages of inner classes?
How do I find and replace in word?
What is a stringbuffer?
Program to Find the second largest element in an array.