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

can write code for serialization ?

1 Answers   HCL, MegaSoft,


What is difference between abstract class & final class

7 Answers  


What is the reflection?

0 Answers  


where singleton classes are used in j2ee web application.can we use it for connection pooling.

1 Answers  


what is the difference between process and thread? : Java thread

0 Answers  






Differentiate between postfix and prefix operators in java.

0 Answers   HCL,


How do you replace all in word?

0 Answers  


How many bits is a string?

0 Answers  


Does java allow default arguments?

0 Answers  


Can a final variable be initialized in constructor?

0 Answers  


I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.

2 Answers   Oracle,


How to invoke external process in java.

0 Answers  


Categories