Object is a real world entity but class is a blue print of an object.
For Example, Vehicle is a class. Car or bike is an object.
We cannot see the class but can see the object.
In Java , class doesn't occupy memory whereas object reference occupies memory.