Taming Java Threads

时间:2012-08-31 07:45:39
【文件属性】:

文件名称: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.


网友评论

  • 很实用的一个好资料。
  • 不错,足够深入的一个好资料
  • 好书,全面分析了 java不擅长线程的前因后果。