Object It is the root base class of java classes hierarchy.
Class It is in-memory representation of Java class. This representation serves as the starting point for querying class-felated information (such as modifier(static, public\private\protected, abstract, final), field, method).