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 happens when a thrown exception is not handled?
Can we use this () and super () in a method?
Why is flag used in java?
What is == mean?
What is the purpose of object oriented programming?
What is the major difference between linkedlist and arraylist?
What is the escape character in java?
What are the different types of inner classes?
What is java life cycle?
What is a buffer in java?
What is the difference in between cpp and java? Can u explain in detail?
Name few java.lang classes introduced with java 8 ?
What is use of map in java?
What is the difference between checked exception and unchecked exception?
Is object a data type in java?