What is the difference between JDK1.4 and JDK1.5

Questions by srinu_hot

Showing Answers 1 - 1 of 1 Answers

In JDK 1.5 there are many new IO classes, enhanced for loop, autoboxing (i.e., we can directly use the Wrapper classes are primitive data types.) For example,
Integer a = 10; where as in JDK 1.4 it is not possible. These are the main differences.
Hope I have answered your question.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions