Differences between jdk 1.4 and 1.5

Answers were Sorted based on User's Feedback



Differences between jdk 1.4 and 1.5..

Answer / bantupallinarayanarao

(1). 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 ?    36 Yes 2 No

Differences between jdk 1.4 and 1.5..

Answer / murali

1.generics
2.autoboxing
3.enums
4.queues

Is This Answer Correct ?    5 Yes 1 No

Differences between jdk 1.4 and 1.5..

Answer / monu jatav

In jdk 1.4 public static void main(string a[])
but we can use in jdk 1.5
public static void main(string ... a)

Is This Answer Correct ?    5 Yes 1 No

Differences between jdk 1.4 and 1.5..

Answer / guest

Generics were introduced in 1.5
JIT compilation was introduced

Is This Answer Correct ?    2 Yes 0 No

Differences between jdk 1.4 and 1.5..

Answer / nagarjuna j

1.Generics
2.autoBoxing/unBoxing,
3.varargs,
4.type_safe enums,
5.static imports

Is This Answer Correct ?    1 Yes 0 No

Differences between jdk 1.4 and 1.5..

Answer / ganesan.d

Generic interface,
auto/unboxing,
tools,

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is meant by throwing an Exception?

4 Answers   Accenture,


Can u overload main()method.Give with example.

6 Answers   IBM, Schimatic Technologies,


After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?

5 Answers   Aricent,


Explain runtime exceptions?

0 Answers  


Tell me a few examples of final classes defined in Java API?

0 Answers   DELL,






When will you define a method as static?

0 Answers  


What is object cloning in Java?

0 Answers   SwanSoft Technologies,


What are the characteristics provided in jdk1.6 apart from other versions?

3 Answers   TCS,


What are the steps involved to write rmi based programs?

0 Answers  


What is meant by event handling in SAX parser?

1 Answers   Ness Technologies,


How do you load an HTML page from an Applet ?

2 Answers  


Why do we need wrapper class?

0 Answers  


Categories