Which of the following is true about built-in internal iteration control mechanism?
- The client must process for each collection iteration and give it to the iteration mechanism
- The iteration mechanism then traverses the collection applies the processing package
- Lack of flexibility is the biggest drawback
- All of the mentioned