Question 9 5 pts Which of the following is the best description of the general problem that generics solve in Java? O Th
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 9 5 pts Which of the following is the best description of the general problem that generics solve in Java? O Th
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.