QuestionQ43
Working with Selected Classes from the Java APIGiven this code fragment:

What is the output?
- A [green, red, yellow, cyan]
- B [green, blue, yellow, cyan]
- C [green, red, cyan, yellow]
- D An IndexOutOfBoundsException is thrown at runtime.
Given this code fragment:

What is the output?
Community Discussion