Declaring an Array List that holds primitive data types.
Eg: ArrayList intList = new ArrayList();
ArrayList<>
No comments :
Post a Comment