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 difference between final and immutable?
What are scriptlets?
What is the main purpose of serialization in java?
Explain working of call by reference function invoking.
How do you add an element to a hashset in java?
Can you achieve runtime polymorphism by data members?
Differentiate between overriding and overloading cases?
Describe 2 different ways to concatenate two strings.
Why java is called not pure object oriented language?
What are the differences between processes and threads?
What are the various access specifiers in java?
How do you define a set in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is finally block?
What is a condition in programming?