Java Language Specification, Version Java SE 21 Edition
4.12.2. Variables of Reference Type6 Documented Misconceptions
MultiReferenceVariable
A reference variable can point to multiple objectsReferenceIntoStack
References can point into the stackReferenceToVariable
References can point to variablesSubtypeCompatibleWithSupertype
A variable of a subtype can reference an object of a supertypeSupertypeIncompatibleWithSubtype
A variable of a supertype cannot reference an object of a subtypeVariablesHoldObjects
A variable of a reference type contains a whole object