I wanted to create a list of options for testing purposes. At first, I did this: Then, I refactored the code as follows: Is there a better way to do this? Answer Actually, probably the “best” way to initialize the ArrayList is the method you wrote, as it does not need to create a new List in any way: The