Question: (f)Write an import statement to import the Java generic class ArrayList. (g) Imagine you have a class called Customer already written. You plan to store
(f)Write an import statement to import the Java generic class ArrayList.
(g) Imagine you have a class called Customer already written. You plan to store 100 Customer objects in an ArrayList using Javas generics capability. Write one line of code to declare an ArrayList of Customer with initial capacity 100.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
