Answer Posted / niranjanravi
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 |
Post New Answer View All Answers
Why does java have two ways to create child threads? Which way is better?
What are the four integer types supported by java?
What are different types of multitasking?
What is a Null object?
Name some OOPS Concepts in Java?
what is the major difference between linkedlist and arraylist in java?
Can Exception handling we can handle multiple catch blocks?
What language is pass by reference?
What is sleep method?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
How do you convert an int to a string in java?
What is balanced tree in java?
What is final keyword?
What is compiler and what its output.
What is a string token?