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
What is reflexive association?
What is type safety in java?
State the difference between creating string as new () and literal.
Which is the best sorting technique in java?
What is args length in java?
What is the purpose of the return statement?
What are filterstreams?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What are the differences between heap and stack memory in java?
Where and how can you use a private constructor?
When is the finalize() called? What is the purpose of finalization?
What is bufferedwriter?
In how many ways we can create threads in java?
Why pass by reference is not possible in java?
What is bool mean?