1 photo
Cursors in Java collection - Quipoin
Description
In Java mainly two types of cursors: Iterator and List Iterator.
Both are pre-defined Interfaces present in java.util package.
Iterator and List Iterator are used to traverse a group of objects.
List Iterator is used to traverse objects either in a forward direction or in a backward direction. i.e. bi-directional cursor.
for more free learning visit us at:
https://quipoin.com/view/Java/Cursors%20in%20Java
Both are pre-defined Interfaces present in java.util package.
Iterator and List Iterator are used to traverse a group of objects.
List Iterator is used to traverse objects either in a forward direction or in a backward direction. i.e. bi-directional cursor.
for more free learning visit us at:
https://quipoin.com/view/Java/Cursors%20in%20Java

Loading

Comments Add new