Answer Posted / dsr
There are number of features in JDK1.5
1.autoboxing
2.generic
3.enum as a key
4.string builder
etc..
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
What is nested top-level class?
Does printwriter create a file?
explain different ways of using thread? : Java thread
Tell me a few examples of final classes defined in Java API?
What does the “static” keyword mean? Can you override private or static method in java?
What is pre increment and post increment in java?
What are benefits of java?
Can a static method be final?
When should I use singleton?
Why are variables important in research?
What kind of variables can a class consist?
What is dynamic array in java?
What is meant by javabeans?
What is the difference between a factory and abstract factory pattern?
You're given a Boolean 2D matrix, can you find the number of islands?