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 to retrieve data from database in java using arraylist?
What are keywords give examples?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is java console application?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
when should you use stringbuilder class in a program?
What is map and hashmap in java?
Can a private method be declared as static?
What is object english?
What is the difference between size and length in java?
What is a percentage sign called?
What is difference between static and final?
How do you declare an array in java?
What is dynamic binding(late binding)?
What is the use of default method in interface in java? Explain