When would you call Java's thread.run() instead of thread.start()?
thread.run()
thread.start()
You might want to call run() in a particular unit test that is concerned strictly with functionality and not with concurrency.
2.1m questions
2.1m answers
60 comments
57.0k users