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 |
Can we change the scope of the overridden method in the subclass?
When do I need to use reflection feature in java?
What is length in java?
how many design pattern r there? and wht design pattern u use and why ?
Is a class subclass of itself?
What are the features of junit?
Why do you canvas?
What is java argument list?
What is byte [] in java?
What is generics in java interview questions?
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
difference between byte stream class and character stream class?