What is an Iterator interface?
Answers were Sorted based on User's Feedback
Iterator provides a general purpose standardised way of
accessing elements one at a time.It has 3 methods
next()
hasNext()
remove()
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
Iterator interface deefines the iterator method to traverse
threw the elements of a collecion unidirectionally
Is This Answer Correct ? | 0 Yes | 1 No |
What are the advantages of unicode?
What value is a variable of the string type automatically initialized?
Why method overriding is used?
What type of value does sizeof return?
what do you understand by the term string with respect to java?
Is char a data type in java?
Write a java program to print fibonacci series?
Can an abstract class be final?
How many bytes is a unicode character?
How do you make a thread in java?
What are locale settings?
Explain the difference between comparator and comparable in java?