what are the new features available in java 1.5 version?
Answer Posted / pawan
Java 1.5 has the following features
Boxing and UnBoxing
Generics
Enums
Variable argument parameters
StringBuilder
static imports
in method overriding, overriding method can have the sub
type of overriden method
| Is This Answer Correct ? | 40 Yes | 3 No |
Post New Answer View All Answers
What is the major advantage of external iteration over internal iteration?
What are exception handling keywords in java?
what is anonymous class in java?
What is JVM and is it platform independent?
How can we make a class virtual?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Tell me how many ways are there to initialise an integer with a constant.
What is the difference between overriding & overloading?
What do you understand by private, protected and public?
How do you convert bytes to character in java?
what is thread? : Java thread
Why synchronization is important in java?
Are maps ordered java?
what are the states associated in the thread? : Java thread
Can You Have Virtual Functions In Java?