Threading Features in JDK 1.5
I attended the EBIG Java SIG tonight, which featured a presentation by Bruce Eckel on threading in JDK 1.5. Though I’ve not done much multi-threaded programming myself, I’m very wary of it because I’ve seen enough damage at work by other developer’s failed attempts. Bruce confirmed my feelings; don’t make your program multi-threaded unless you… Read More »