Which of the following is true about built-in external iteration control mechanism
- The collection might provide with the following operations to control iterations- reset,get next,has More
- Reset initializes the iteration
- Get Next obtains the current value and the advance to the next element
- All of the mentioned