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
Explain the meaning of java applet.
I don’t want my class to be inherited by any other class. What should I do?
What is module in project?
What is the base class for error and exception?
What are the types of casting?
What is a Transient Object?
What are the advantages of autoboxing?
What are different types of constants?
Explain the difference between intermediate and terminal operations in java8?
Can a main method be declared final?
What does t in java mean?
How do you clear a list in java?
What is backdrop?
What are the 3 types of loops in java?
What is the difference between ArrayList and Vector? which one is better in Java