Which of the following statements regarding Lists are not true?

A List can only store Pixel objects. No other objects can be stored in it.
  • List is designed to be general and store various objects.
  • List needs to be imported when used in another class.
  • List is a specialization of the Java Collection interface.

There are not hints for this question