What is difference between Iterator and for loop
Answer Posted / punamchand
Iterator has its own method remove() which is used to remove data while for each don't have its own method
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can we create an object of static class in java?
What is void class in java?
What is an interoperable application in java ?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What is += mean in java?
How can the checkbox class be used to create a radio button?
what is synchronization and why is it important? : Java thread
What is the difference between yielding and sleeping?
Why are getters and setters used?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What type of language is java?
What are the main uses of java?
What is the difference between final, finally and finalize()?
What is the difference between numeric and integer?
Enlist diffrent types of inheritance supported by java?