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 a finally block? Is there a case when finally will not execute?
make a method which any number and any type of argument and print sum of that arguments.....
Can we modify the throws clause of the superclass method while overriding it in the subclass?
How does the garbage collector works in java?
What is finalize() function in java?
How do you achieve singleton?
Can size_t be negative?
What are voids?
enlist some features of jdk.
What is an error in java?
What is static in java?
What is high level language in computer?
What is blank final variable?
Why is string class considered immutable?
What is a values collection view ?