Is using threads in Java as "risky" as it is in C++? By that I'm referencing
this incident. I sort-of caught some heat from one of our mentors for attempting to show our new programmers how to use threads because there's a lot of potential unintended coordination issues (even if the threads are basically acting as their own separate programme, like this one appears to be). Thanks, and this project seems really cool :)