Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
To create a list to store integers, you should use:
List<Integer> lst1 = new ArrayList<>();
var lst1 = new List<int>();
List<int> lst1 = new ArrayList<int>();
List lst1 = new ArrayList<int>();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!