Computer Science, asked by vinaygowd788kep5y9r3, 2 months ago

Which of the following utility classes is available in the Java collections framewo
java.util.Array and java.util. Collection
java.util.Arrays and java.util.Collections
java utArrays and java.util.Collection
Java util Array and, ava.util. Collections

Answers

Answered by singhmanjinder00950
12

Answer:

AbstractCollection: This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.

AbstractList: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a “random access” data store (such as an array).

Similar questions