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 |
How do you declare an array in java?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
What are peerless components?
How do you sort arrays in java?
use of wrapper classes?
What is an inner class in java?
How would you dynamically allocate memory to an array?
what is a static block?
Which collections are thread safe in java?
What are different types of Exceptions?.
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is a static method in java?