Currently I\'m reading \"Java concurrency in practice\", which contains this sentence:
Since the action of a thread accessing a stateless object can\'
A stateless object is an object that doesn't have any internal state (internal variable)