Assume that nums has been created as an ArrayList object and initially contains the following integer values: 0, 0, 4, 2, 5, 0, 3, 0. What are the initial values of the nums ArrayList?
1) 0, 0, 4, 2, 5, 0, 3, 0
2) 0, 0, 4, 2, 5, 0
3) 0, 4, 2, 5, 0, 3, 0
4) 0, 0, 4, 2, 5, 3, 0