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
Difference between object and reference?
What is rule of accessibility in java?
What is the range of a character variable?
Is singleton set an interval?
what are the high-level thread states? : Java thread
What is close method? How it's different from Finalize & Dispose?
What is array length in java?
Which is better arraylist or vector?
What are the steps that are followed when two computers connect through tcp?
What is the disadvantage of synchronization?
Explain about java sdk?
What is the use of isempty in java?
What are three advantages of using functions?
How to compare two strings in java program?
If we don’t want some of the fields not to serialize how to do that?