X1007: Creating a List

For this question, declare a local variable and initialize it by creating a new ArrayList for holding Pixel objects (you can name the variable whatever you'd like). Then, return that list.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.