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 causes memory leak in java?
What do you understand by private, protected and public?
What is entry in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Can we have more than one package statement in the source file?
Describe 2 different ways to concatenate two strings.
What is boolean data type in java?
Explain runtime exceptions?
What is thread pool? How can we create thread pool in java?
What is token in java?
How do you empty a list in java?
Why are global variables used?
How do you do math powers in java?
Describe how to implement singleton design pattern in struts.
What are heap memory and stack memory and what are memory tables.