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 |
What is the purpose of the main method?
What is return null in java?
Can we execute java program without main method?
Explain java coding standards for variables ?
which methods consisting of the serilizable interface?
An inner class can actually be a subclass of the outer class? a. true b. false
Is 0 a prime number?
Can we call the run() method instead of start()?
How you can force the garbage collection?
What is a method in programming?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is the difference between the program and the process?