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

(This is Java Programming btw)

User Markspace
by
7.1k points

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

User Pradyuman
by
7.5k points