What is difference between Iterator and for loop
Answer Posted / vijayakumar chinnasamy
In iterator the remove() is available to remove the
content/item but in for loop remove() not available.
| Is This Answer Correct ? | 52 Yes | 10 No |
Post New Answer View All Answers
How can the checkbox class be used to create a radio button?
Is 0 a real number?
What is an immutable class?
Can we catch more than one exception in a single catch block?
Differentiate between nested and inner class in java.
Is 0 an irrational number?
Why you should not use singleton?
Why does java not allow multiple public classes in a java file ?
What is array class in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
Why is core java important?
What is the null?
What is object data type?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Are registers volatile?