# Core Java Volume II Advanced Features, 11th Edition 《Java核心技术卷II:高级功能,第11版》

# 基本信息

英文书名:Core Java Volume II Advanced Features, 11th Edition

中文书名:Java核心技术卷II:高级功能,第11版

作者:Cay S. Horstmann

版本:第 11 版

ISBN:9780135170359

页数:未知

出版社:Pearson (opens new window)

出版时间:2019

cover

天猫折扣购:中文版 卷II (opens new window)

天猫折扣购:中文版 卷I + 卷II (opens new window)

下载地址:腾讯微云 (opens new window)

文件格式:PDF ePub mobi

密码:nis58y

# 内容简介

Description

Core Java® has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java®, Volume II–Advanced Features, Eleventh Edition, has been updated to reflect Java SE 9, 10, and 11.

Core Java, Vol. II covers advanced user-interface programming and the enterprise features of the Java SE platform. It carefully explains the most important language and library features and shows how to build real-world applications with thoroughly tested examples. The example programs have been carefully crafted to be easy to understand as well as useful in practice, so you can rely on them as the starting point for your own code. All of the code examples have been rewritten to reflect modern Java best practices and code style. The critical new features introduced with Java SE 9, 10, and 11 are all thoroughly explored with the depth and completeness that readers expect from this title.

Features

  • Thorough explanation of how to use powerful new Project Jigsaw features
  • Explains how to create, compile and write a modular jar
  • Demonstrates how to use the new logging interface
  • Updated chapter on how to use Inheritance and Interfaces effectively
  • Introduction to the new Garbage Collector (G1GC)

New to This Edition

According to Brian Goetz, Oracle’s Java language architect, the long awaited, modularization of the Java SE Platform and the JDK is the biggest change ever for Java. These changes ripple through the eleventh edition, which includes complete coverage of the new modularization features introduced in Java SE 9 as well as other new features, including JShell, a Read-Eval-Print Loop (REPL) for Java that allows developers to evaluate code snippets (declarations, statements, expressions) so they can test the code as they create it.

Other key features covered include:

  • Process API updates
  • Improved contended locking
  • Unified JVM logging
  • Compiler control enhancements
  • Smart Java compilation
  • HTML5 Javadoc
最后更新: 12/2/2022, 12:56:08 AM