Which of the following statements regarding ArrayLists are not true?

The ArrayList class can only store Pixel objects. No other objects can be stored in it.
  • The ArrayList class is designed to be general and store various objects.
  • The ArrayList class needs to be imported when used in another class.
  • The ArrayList class is a Java implementation of the collection abstraction.

There are not hints for this question