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 parent methods and how can you call them?
Can we have any code between try and finally blocks?
Name the method that is used to set a TextComponent to the read-only state?
How define set in java?
what is the difference between statis block and static variable
Difference between Applet & Application?
What is the difference between static (class) method and instance method?
What is the purpose of sizeof operator?
What is this keyword in java?
What 4 doubled?
What is your platform’s default character encoding?
what is Dictionary? and what purpose it is used for?