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

What variables are stored in stack?

0 Answers  


which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com

0 Answers   IBM,


What is size of int in java?

0 Answers  


Can a constructor call the constructor of parent class?

0 Answers  


What is sortedmap in java?

0 Answers  






how to write a program for sending mails between client and server

0 Answers   Lampex,


What is the difference between && and & in java?

0 Answers  


Why cant we define System.out.println() inside a class directly?

5 Answers  


What are different types of states exist for a thread?

0 Answers  


What is the difference between a checked and an unchecked exception?

0 Answers   Cyient,


they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }

2 Answers   DNS, IPSR Solutions,


Can a static block throw exception?

0 Answers  


Categories