Differences between jdk 1.4 and 1.5
Answer Posted / bantupallinarayanarao
(1). 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 ? | 36 Yes | 2 No |
Post New Answer View All Answers
Which sorting algorithm is best in java?
Can the interface be final?
How to make a non daemon thread as daemon?
What is instance means in java?
Difference between association, composition and aggregation?
What are instance variables?
Does java allow default arguments?
Explain an intermediate language?
What does string intern() method do?
Can we make the abstract methods static in java?
What is linked hashmap and its features?
Are true and false keywords?
What is a loop java?
What is meant by local variable and instance variable?
What are the advantages and disadvantages of object cloning?