Abstract
- A package in Java that provides a collection of utility classes and interfaces to facilitate various common programming tasks
Arrays
- For
Arrays.sort()
, the elements inside the Array must be a type of OOP Object.int[]
can’t, becauseint
is a Primitive Datatype
ArrayDeque
- Doesn’t support
null
elements, butLinkedList
can