Does it mean that two threads can\'t change the underlying data simultaneously? Or does it mean that the given code segment will run with predictable results when multiple t
Thread-safe code is code that will work even if many Threads are executing it simultaneously.
http://mindprod.com/jgloss/threadsafe.html