Answer:
Option B i.e., II only is the correct option
Explanation:
Array is the derived data type that contains one type of elements at a time, for example, if they contain integer type then they not contain the string type data. The ArrayList contains numbers as well as characters or string that can be changed when the programmer wanted to change it by the indexing.
So, that's why the following option is true.