Multiple Choice Question

Quiz Guidelines

 

QID: 
233
Tags: 
Question: 

Identify the correct statements about ArrayList?

Select 3 options

A. Standard JDK provides no subclasses of ArrayList.
B. You cannot store primitives in an ArrayList.
C. It allows constant time access to all its elements.
D. ArrayList cannot resize dynamically if you add more number of elements than its capacity.
E. An ArrayList is backed by an array.

Q&A Set: