what are the new features available in java 1.5 version?
Answer Posted / srinath
Enhanced for
for (a: b)
{
}
here b is an array and for every value of array will be
assigned to a and the for loop is executed.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Explain restrictions for using anonymous inner classes?
Difference between throw and throws?
What is a dynamic array in java?
What is the major difference between linkedlist and arraylist?
Can we write method inside a method in java?
What is the difference between variable & constant?
What is finalize()?
How do you know if a value is nan?
Can a top level class be private or protected?
How do generics work in java?
What are some characteristics of interference class?
Differences between external iteration and internal iteration?
What is arrays sort in java?
What is a method signature java?
What is the locale class in java programming?