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 |
Is delete, next, main, exit or null keyword in java?
What is the use of parseint in java?
Explain different data types in Java.
What is the purpose of extern variable?
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need
Explain thread in java?
What are the three best choices for a development environment?
Explain the differences between static and dynamic variables?
Are arrays immutable in java?
Can a list be null in java?
What is the basic of java?
Explain about OOPS concepts and fundamentals.