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 volatile keyword in java
What is public static?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
what do you mean by marker interface in java?
What is string and its types?
Can a class have 2 constructors?
Can we declare an array without size in java?
What is subsequence of a string?
What is assembly language?
What is the nested interface?
How do you do math powers in java?
Is null false in java?
what is object slice?
What is the length of a string?
How do you reverse a list?