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
State one difference between a template class and class template.
What is data type modifier?
What is a data structure java?
What is reflexive association?
What are extraneous variables examples?
What is structure of java heap? What is perm gen space in heap?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is widening and narrowing in java? Discuss with an example.
What do you mean by object?
Which software is used for java programming?
Is string a class in java?
What will be the default values of all the elements of an array defined as an instance variable?
What are the Static and Dynamic Variables? Differentiate them.
Can I extend singleton class in java?
How to instantiate member inner class?