what are the major differences between jdk1.4 and jdk1.5?

Answers were Sorted based on User's Feedback



what are the major differences between jdk1.4 and jdk1.5?..

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

what are the major differences between jdk1.4 and jdk1.5?..

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

Post New Answer

More Core Java Interview Questions

who was the founder of java

32 Answers   CTS, HCL, ProKarma,


In which language JVM (Java Virtual Machine) is implemented

5 Answers  


What is binary search in java?

0 Answers  


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

0 Answers   Mphasis,


How many types of exception can occur in a java program?

0 Answers  






When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


which method is used to know the status of the Thread?

9 Answers   Honeywell,


Explain Global variables in Packages?

4 Answers  


if i have one string class then how can you achive this class functionality of this class?

3 Answers   Fidelity, iFlex,


What is meant by wrapper classes?

3 Answers  


What is data type modifier?

0 Answers  


Why arraylist is not synchronized in java example?

0 Answers  


Categories