A sObject Token is simply a reference to an SObject. It is mainly used when we are not sure about the SObject we are using, We can call the getSObjectType() to get the token for a particular SObject using which we can refer that SObject.
A sObject Token is mainly used when we are not sure about the SObject we are using, We can call the getSObjectType() to get the token for a particular SObject using which we can refer that SObject.