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
can rmi and corba based applications interact ?
How do you write a conditional statement?
Does java have extension methods?
Why put method is idempotent?
Is null keyword in java?
Why are global variables used?
Write a program in java to create a doubly linked list containing n nodes.
What are the two types of streams offered by java 8?
Why do we need autoboxing in java?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Why java is secure? Explain.
What are the advantages of passing this into a method instead of the current class object itself?
What is sizeof () operator?
What is an empty class? What functionality does it offer in Java?
What are the 6 functions?