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 do you mean by java annotations?
What is the use of join method?
What is an exception in java?
What is the difference between final, finally and finalize()?
What are the advantages and disadvantages of object cloning?
Name and explain the types of ways which are used to pass arguments in any function in java.
What is the purpose of the return statement?
How will you print number in reverse (descending) order in BST.
What is difference between hashset and hashmap in java?
Explain 5 io best practices?
What is difference between path and classpath?
How to do a true java ping from windows?
Explain about arraylist?
What methods are used to get and set the text label displayed by a button object?
Is void a return type?