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 are the important features of Java 10 release?
What is the final keyword denotes?
How does singleton class work?
What is finalize()? Is finalize() similar to a destructor?
What are implicit objects in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
How to use arraylist in java netbeans?
What is the diffrence between inner class and nested class?
How to find the index of the largest number in an arraylist java?
What is the purpose of using java.lang.class class?
Can we have multiple classes in a single file?
What is null mean in java?
java program with complete 4 oops concepts implemented example
What is the purpose of garbage collection in java, and when is it used?
Why we override equals() method?