Multiple Choice Question

Quiz Guidelines

 

QID: 
237
Tags: 
Question: 

Identify the correct statements about ArrayList?

Select 3 options

A. ArrayList extends java.util.AbstractList.
B. It allows you to access its elements in random order.
C. You must specify the class of objects you want to store in ArrayList when you
declare a variable of type ArrayList.
D. ArrayList does not implement RandomAccess.
E. You can sort its elements using Collections.sort() method.

Q&A Set: