Differences between jdk 1.4 and 1.5

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a final variable be initialized in constructor?

492


What are user defined exceptions?

590


What happens if an exception is throws from an object's destructor?

584


Why we cannot override static method?

561


What is difference between fileinputstream and filereader in java?

562






What are different types of arrays?

535


How to remove the trailing spaces from a string?

652


Why are getters and setters used?

572


Can we have any code between try and finally blocks?

563


What does string mean in java?

630


What is a nested list?

524


Difference between operator overloading and function overloading

614


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

554


What is difference between public static and void?

486


What is the syntax and characteristics of a lambda expression?

560