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 |
When throws keyword is used?
What is difference between == equals () and compareto () method?
What is the java idl system?
How can the checkbox class be used to create a radio button?
What is an iterator java?
When do we use synchronized blocks and advantages of using synchronized blocks?
What is map java?
How to find the largest value from the given array.
what is domain object
What are the types of loops in Java, and how are they used?
What is the maximum size of list in java?
What is the technique adopted to create an immutable class?