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-17

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 下載 pdf 下載 mobi 下載 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. 圖書目錄大全 版權所有