Question 9 5 pts Which of the following is the best description of the general problem that generics solve in Java? O Th
Posted: Mon Jun 06, 2022 6:27 pm
Question 9 5 pts Which of the following is the best description of the general problem that generics solve in Java? O The need to store elements in a collection so that they are returned in a specific order. The need to have a collection that can grow in size as new elements are added. The need to create collections which can contain any type of data. The need to automatically resize a fixed size collection.