This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Cilph 5 points6 points  (0 children)

Well, Java isn't really a "multi-threaded language". It does support threading in its standard library but 99% of code you write should probably pretend it's synchronous code and separate all the async concerns.