In Java, do primitive types and arrays have a containing package?
Probably not, but just want to be certain.
No they don't have,as they aren't class.
Primitive : A primitive type is predefined by the language and is named by a reserved keyword.
array : An array is a container object that holds a fixed number of values of a single type.