object.field
should be (see note below) an instance member while Class.field
would be a static member.
Note: Like stated by @radai and I think it's worth mentionning, you can also access a static member through an object instance, however that's a very bad practice which is quite misleading.