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
who can i handle multiple client in RMI
What is difference between iterator and enumeration in java?
How do you stop a thread in java?
What are the restriction imposed on a static method or a static block of code?
Can an interface implement another interface?
What is the primitive type byte?
What do you mean by ternary operator in java?
How can we pass argument to a function by reference instead of pass by value?
What is string manipulation?
What is lazy programming?
Explain hashset and its features?
What do you mean by an interface in java?
What does replaceall do in java?
Explain wait(), notify() and notifyall() methods of object class ?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?