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
Which class is the superclass of all classes?
What is the parse method in java?
What are the different access modifiers available in java?
What is api data?
Is a boolean variable?
What do you mean by aggregation?
What is the new line character?
Do extraneous variables affect validity?
What is native code?
What is polymorphism in java? What are the kinds of polymorphism?
What is private protected in java?
What are exceptions
Can private class be inherited in java?
What is the difference between multiple processes and multiple threads?
What is the difference between call by reference and call by pointer?