asked 220k views
3 votes
What must be done before using ArrayLists?

(This is Java Programming btw)

1 Answer

0 votes

Answer:

to create an ArrayList , you declare an Arraylist variable and call the ArrayList constructor to instantiate and ArrayList object and assign it to the variable

answered
User Pradyuman
by
8.2k points