I was reading about "Data abstraction" in java language programming that I faced with this phrase:
Objects in java are characterized by three essential properties: state, identity, and behavior. The state of an object is a value from its data type. The identity of an object distinguishes one object from another. It is useful to think of an object’s identity as the place where its value is stored in memory.
Can everyone explain more specifically what is the identity ?