Java: The Complete Reference, 12/e (Paperback)
暫譯: Java:完全參考手冊,第12版(平裝本)
Schildt, Herbert
- 出版商: McGraw-Hill Education
- 出版日期: 2021-11-23
- 售價: $2,280
- 貴賓價: 9.5 折 $2,166
- 語言: 英文
- 頁數: 1280
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1260463419
- ISBN-13: 9781260463415
-
相關分類:
Java 程式語言
-
相關翻譯:
Java 官方編程手冊, 12/e (Java 17) (簡中版)
-
其他版本:
Java: The Complete Reference, 13/e (Paperback)
買這商品的人也買了...
-
Grokking Algorithms: An illustrated guide for programmers and other curious people (Paperback)$1,620$1,539 -
$505Processing 編程學習指南(原書第2版) -
$551基於 Kubernetes 的 DevOps 實踐:容器加速軟件交付 -
Spring Boot 情境式網站開發指南|使用 Spring Data JPA、Spring Security、Spring Web Flow$580$493 -
Computer Vision Using Deep Learning: Neural Network Architectures with Python and Keras$1,549$1,467 -
$1,680Practical Deep Learning: A Python-Based Introduction -
$857精通 JPA 與 Hibernate:Java 對象持久化技術詳解 (微課視頻版) -
Developing Graphics Frameworks with Python and OpenGL (Hardcove)$4,200$3,990 -
打通 RxJS 任督二脈:從菜雞前進老鳥必學的關鍵知識(iT邦幫忙鐵人賽系列書)$620$484 -
$2,592Practical Machine Learning for Computer Vision: End-To-End Machine Learning for Images (Paperback) -
Learning Deep Learning: Theory and Practice of Neural Networks, Computer Vision, Nlp, and Transformers Using Tensorflow (Paperback)$2,850$2,793 -
Optimizing Visual Studio Code for Python Development: Developing More Efficient and Effective Programs in Python$2,233$2,115 -
Deep Learning with Python, 2/e (Paperback)$2,280$2,166 -
Spring REST API 開發與測試指南|使用 Swagger、HATEOAS、JUnit、Mockito、PowerMock、Spring Test$580$493 -
圖像 Angular 開發入門:打造高靈活度的網頁應用程式 (iT邦幫忙鐵人賽系列書)$600$468 -
電腦圖形學入門 3D渲染指南$539$512 -
Code: The Hidden Language of Computer Hardware and Software, 2/e (Paperback)$1,560$1,482 -
Python 桌面開發王者 - Qt 6 全方位實例應用開發$1,200$948 -
Learn Three.js : Program 3D animations and visualizations for the web with JavaScript and WebGL, 4/e (Paperback)$1,950$1,853 -
Python + ChatGPT 零基礎 + 高效率學程式設計與運算思維, 3/e$780$616 -
AI 繪圖夢工廠 :Midjourney、Stable Diffusion、Leonardo. ai × ChatGPT 超應用 神技$630$498 -
Blender 3D Asset Creation for the Metaverse: Unlock endless possibilities with 3D object creation, including metaverse characters and avatar models (Paperback)$2,100$1,995 -
ChatGPT × 遊戲設計概論$720$562 -
ChatGPT-4 與 Bing Chat - 創新體驗文字/繪圖/音樂/動畫/影片的AI世界$520$411 -
ChatGPT 4 + API 創新體驗 AI 世界邁向開發機器人程式王者歸來(全彩印刷)$780$616
相關主題
商品描述
The Definitive Java Programming Guide
Fully updated for Java SE 17, Java(TM) The Complete Reference, Twelfth Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Swing, JavaBeans, and servlets are examined, and numerous examples demonstrate Java in action. Of course, recent additions to the Java language, such as records, sealed classes, and switch expressions are discussed in detail. Best of all, the book is written in the clear, crisp, uncompromising style that has made Schildt the choice of millions worldwide.
Coverage includes:
- Data types, variables, arrays, and operators
- Control statements
- Classes, objects, and methods
- Method overloading and overriding
- Inheritance
- Interfaces and packages
- Exception handling
- Multithreaded programming
- Enumerations, autoboxing, and annotations
- The I/O classes
- Generics
- Lambda expressions
- Modules
- Records
- Sealed classes
- Text blocks
- switch expressions
- Pattern matching with instanceof
- String handling
- The Collections Framework
- Networking
- Event handling
- AWT
- Swing
- The Concurrent API
- The Stream API
- Regular expressions
- JavaBeans
- Servlets
- Much, much more
商品描述(中文翻譯)
權威的 Java 程式設計指南
本書針對 Java SE 17, Java(TM) 完整參考手冊,第十二版 進行了全面更新,解釋了如何開發、編譯、除錯和執行 Java 程式。暢銷程式設計作家 Herb Schildt 涵蓋了整個 Java 語言,包括其語法、關鍵字和基本程式設計原則。您還會找到有關 Java API 函式庫的關鍵部分的信息,例如 I/O、集合框架、流函式庫和併發工具。書中探討了 Swing、JavaBeans 和 Servlets,並通過眾多範例展示 Java 的實際應用。當然,最近對 Java 語言的新增功能,如記錄(records)、密封類(sealed classes)和 switch 表達式,也會詳細討論。最重要的是,本書以清晰、簡潔、不妥協的風格撰寫,這使得 Schildt 成為全球數百萬人的首選。
內容涵蓋:
- 資料類型、變數、陣列和運算符
- 控制語句
- 類別、物件和方法
- 方法重載和重寫
- 繼承
- 介面和套件
- 例外處理
- 多執行緒程式設計
- 列舉、自動包裝和註解
- I/O 類別
- 泛型
- Lambda 表達式
- 模組
- 記錄
- 密封類
- 文字區塊
- switch 表達式
- 使用 instanceof 的模式匹配
- 字串處理
- 集合框架
- 網路編程
- 事件處理
- AWT
- Swing
- 併發 API
- 流 API
- 正則表達式
- JavaBeans
- Servlets
- 更多更多