next method of List class is used to-03314
next() method of List class is used to:
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.1.
next() method of List class is used to:
Moves current position backward one element
Moves the "current" pointer to two steps after the last elementof the array
Moves the current position forward one element
Moves the "current" pointer to two steps before the last element of the array