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
What does int [] mean in java?
How to split arraylist elements in java?
What is anagram word?
How do you create a sop?
Which is illegal identifier in java?
Is null or empty java?
List the interfaces which extends collection interface?
Write a function to find out longest palindrome in a given string?
Is array primitive data type in java?
Explain about the security aspect of java?
What does file separator do in java?
When we serialize an object does the serialization mechanism saves its references too?
What is string in java with example?
Which is the class in java?
When will you define a method as static?