You can create an ArrayList using _________.

a. new ArrayList[]
b. new ArrayList[100]
c. new ArrayList<>()
d. ArrayList()

c. new ArrayList<>()

Computer Science & Information Technology

You might also like to view...

________ is a feature that enables subtle animations and translucent glass windows that can be custom colored.

a. Snap b. Peek c. Shake d. Aero

Computer Science & Information Technology

A recursive function that returns a value must be designed so that every possible path through the function includes a __________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology