The designers of Java decided that all objects would be part of the sameobject tree, so they chose Object as the base class for everything.Thus, you can reference any object in the system as an Object withoutknowing what it really is.