What are the different types of features of the Java Collections framework?

devquora
devquora

Posted On: Feb 22, 2018

 

The following are some main features of the Java Collections framework:

  • Deque has the feature to provide the support of the resizable array and will also help to free the array so that the array can grow according to the usage.
  • Any of the concurrent access is not being supported by the multiple threads or the Deque.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java collections Interview Questions

    What is Java Collection?

    A Java collection is a group of individual types of objects that are represented in a single unit...

    Java collections Interview Questions

    What are the types of Java Collections?

    The following are some of the types of the Java Collections:..

    Java collections Interview Questions

    What are the interfaces in Java Collections?

    The interfaces in Java Collections helps to provide the hypothetical data type to represent all the Java Collections framework..