Currently I\'m reading \"Java concurrency in practice\", which contains this sentence:
Since the action of a thread accessing a stateless object can\'
If you can not change any parameter or value etc. of an object, after its creation, then that object is thread-safe.