Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond

简体网页||繁体网页
Scott Oaks 作者
O'Reilly Media
译者
2020-2-18 出版日期
445 页数
USD 59.99 价格
Paperback
丛书系列
9781492056119 图书编码

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 图书标签: 性能  jvm  软件工程  计算机科学  虚拟机  编程   


喜欢 Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-09-12


Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 用户评价

评分

java性能权威指南的第二版,增加了对graal编译器的介绍,Shenandoah gc,epsilon gc和zgc的简单介绍,比较全面讨论了compact string和g1的string dedup,cds简单介绍。总的来说新增的内容挺少的,新增内容大部分比较浅...

评分

java性能权威指南的第二版,增加了对graal编译器的介绍,Shenandoah gc,epsilon gc和zgc的简单介绍,比较全面讨论了compact string和g1的string dedup,cds简单介绍。总的来说新增的内容挺少的,新增内容大部分比较浅...

评分

java性能权威指南的第二版,增加了对graal编译器的介绍,Shenandoah gc,epsilon gc和zgc的简单介绍,比较全面讨论了compact string和g1的string dedup,cds简单介绍。总的来说新增的内容挺少的,新增内容大部分比较浅...

评分

java性能权威指南的第二版,增加了对graal编译器的介绍,Shenandoah gc,epsilon gc和zgc的简单介绍,比较全面讨论了compact string和g1的string dedup,cds简单介绍。总的来说新增的内容挺少的,新增内容大部分比较浅...

评分

java性能权威指南的第二版,增加了对graal编译器的介绍,Shenandoah gc,epsilon gc和zgc的简单介绍,比较全面讨论了compact string和g1的string dedup,cds简单介绍。总的来说新增的内容挺少的,新增内容大部分比较浅...

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 著者简介

Scott Oaks is an architect at Oracle Corporation, where he works on the performance of Oracle’s middleware software. Prior to joining Oracle, he worked for years at Sun Microsystems, specializing in many disparate technologies from the SunOS kernel to network programming and RPCs to windows systems and the OPEN LOOK Virtual Window Manager. In 1996, Scott became a Java evangelist for Sun and in 2001 joined their Java Performance group--which has been his primary focus ever since. Scott also authored O’Reilly’s Java Security, Java Threads, JXTA in a Nutshell, and Jini in a Nutshell titles.


Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 图书目录


Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 图书描述

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

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 读后感

评分

市面上介绍Java的书有很多,但专注于Java性能的并不多,能游刃有余地展示Java性能优化难点的更是凤毛麟角,本书即是其中之一。通过使用JVM和Java平台,以及Java语言和应用程序接口,本书详尽讲解了Java性能调优的相关知识,帮助读者深入理解Java平台性能的各个方面,最终使程序...

评分

市面上介绍Java的书有很多,但专注于Java性能的并不多,能游刃有余地展示Java性能优化难点的更是凤毛麟角,本书即是其中之一。通过使用JVM和Java平台,以及Java语言和应用程序接口,本书详尽讲解了Java性能调优的相关知识,帮助读者深入理解Java平台性能的各个方面,最终使程序...

评分

市面上介绍Java的书有很多,但专注于Java性能的并不多,能游刃有余地展示Java性能优化难点的更是凤毛麟角,本书即是其中之一。通过使用JVM和Java平台,以及Java语言和应用程序接口,本书详尽讲解了Java性能调优的相关知识,帮助读者深入理解Java平台性能的各个方面,最终使程序...

评分

市面上介绍Java的书有很多,但专注于Java性能的并不多,能游刃有余地展示Java性能优化难点的更是凤毛麟角,本书即是其中之一。通过使用JVM和Java平台,以及Java语言和应用程序接口,本书详尽讲解了Java性能调优的相关知识,帮助读者深入理解Java平台性能的各个方面,最终使程序...

评分

市面上介绍Java的书有很多,但专注于Java性能的并不多,能游刃有余地展示Java性能优化难点的更是凤毛麟角,本书即是其中之一。通过使用JVM和Java平台,以及Java语言和应用程序接口,本书详尽讲解了Java性能调优的相关知识,帮助读者深入理解Java平台性能的各个方面,最终使程序...

类似图书 点击查看全场最低价

Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Java Performance: In-Depth Advice for Tuning and Programming Java 8, 11, and Beyond 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有