Tag: programming languages

Questions Related to programming languages

You can traverse through the elements of many Java Collection objects because they provide a way to access their elements sequentially. What design pattern is used here?

  1. Visitor

  2. Observer

  3. Builder

  4. Proxy

  5. Iterator


Correct Option: E