Java Performance: The Definitive Guide (Paperback)
Scott Oaks
- 出版商: O'Reilly
- 出版日期: 2014-05-01
- 售價: $1,880
- 貴賓價: 9.5 折 $1,786
- 語言: 英文
- 頁數: 426
- 裝訂: Paperback
- ISBN: 1449358454
- ISBN-13: 9781449358457
-
相關分類:
Java 程式語言
-
相關翻譯:
Java 性能權威指南 (Java Performance: The Definitive Guide) (簡中版)
-
其他版本:
Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 2/e
買這商品的人也買了...
-
$2,100$1,995 -
$880$695 -
$500$450 -
$620$527 -
$800$680 -
$1,740$1,653 -
$590$466 -
$780$663 -
$2,450$2,328 -
$2,220$2,109 -
$580$458 -
$400$380 -
$1,500$1,275 -
$900$900 -
$580$493 -
$680$578 -
$480$408 -
$620$527 -
$680$537 -
$450$383 -
$550$468 -
$420$357 -
$480$432 -
$580$458 -
$2,280$2,166
商品描述
Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance.
You’ll gain in-depth knowledge of Java application performance, using the Java Virtual Machine (JVM) and the Java platform, including the language and API. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 7 and 8 applications perform.
- Apply four principles for obtaining the best results from performance testing
- Use JDK tools to collect data on how a Java application is performing
- Understand the advantages and disadvantages of using a JIT compiler
- Tune JVM garbage collectors to affect programs as little as possible
- Use techniques to manage heap memory and JVM native memory
- Maximize Java threading and synchronization performance features
- Tackle performance issues in Java EE and Java SE APIs
- Improve Java-driven database application performance