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
What do you mean by composition in java?
What's the access scope of protected access specifier?
What is preparedstatement in java?
How many types of flags are there?
Explain what pure virtual function is?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What are operators and its types?
How do you call a reference in java?
What do you mean by static variable?
Do loops java?
What is the size of boolean variable?
Can we pass null as argument in java?
Why synchronization is important?
How many bits is size_t?
Differentiate between postfix and prefix operators in java.