文件名称:Taming Java Threads
文件大小:1.44MB
文件格式:PDF
更新时间:2012-08-31 07:45:39
Java Threads
PROGRAMMING JAVA THREADS is not nearly as easy (or as platform-independent) as most books would have you believe. Threading also happens to be an essential part of Java programming. All Java programs that use a graphical user interface must be multithreaded, for example. Threading, though, is tricky to do right, and it usually has to be built into your code from Day 1. This book discusses the things you need to know to program threads effectively in the real world, focusing on the legion of problems that arise when you try to use Java's built-in threading support.