The contents of an array must be all of the same type; for example all int or all String.
Since all classes extend the Object class, an array of Object would be able to hold references to any class,...