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 |
Define how can we find the actual size of an object on the heap?
How does queue work in java?
What does index mean in java?
How to do encapsulation in java?
What is the full form of jpeg?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
What is a priority queue java?
What is assembly condition codes?
what is an object class?Explain its methods?
What is the use of hashmap in java?
Will minecraft java be discontinued?
how to execute main()