Ocp Oracle Certified Professional Java Se 17 Developer (Exam 1z0-829) Programmer's Guide
暫譯: OCP Oracle 認證專業 Java SE 17 開發人員 (考試 1Z0-829) 程式設計師指南
Mughal, Khalid, Strelnikov, Vasily
- 出版商: Pearson FT Press
- 出版日期: 2023-03-20
- 售價: $3,500
- 貴賓價: 9.5 折 $3,325
- 語言: 英文
- 頁數: 1851
- 裝訂: Quality Paper - also called trade paper
- ISBN: 0137993641
- ISBN-13: 9780137993642
-
相關分類:
Java 程式語言、Oracle、Oracle 認證
立即出貨 (庫存=1)
買這商品的人也買了...
-
$680$449 -
$650$553 -
$490$387 -
$540$427 -
$720$562 -
$760$570
相關主題
商品描述
This complete reference for Java certification contains so much information, we had to split it up into two print volumes for ease of use.
OCP Oracle Certified Professional Java SE 17 Developer (Exam 1Z0-829) Programmer's Guide is a unique guide that combines a rigorous introduction to programming in Java with meticulous coverage of the Java SE 17 and Java SE 11 Developer exam objectives. Fully updated to reflect changes in the latest exams, it features an increased focus on analyzing code scenarios--not just individual language constructs. Each objective is thoroughly addressed, reflecting the latest features and APIs, as well as best practices for taking the exam. The only book anyone needs to study for Java SE 17 Developer or Java SE 11 Developer certification. Book features include:
- Easy to find coverage of key topics relevant to each exam objective
- An introduction to essential concepts in object-oriented programming (OOP) and functional-style programming
- In-depth coverage of declarations, access control, operators, flow control, OOP techniques, lambda expressions, streams, modules, concurrency, Java I/O, key API classes and much more
- Program output demonstrating expected results from complete Java programs
- Unique diagrams to illustrate important concepts, such as Java I/O, modules, and streams
- Extensive use of Unified Modeling Language (UML) to illustrate program design
- Dozens of review questions with annotated answers to help prepare for the exam and a complete mock exam
Contents, Volume I (print):
Figures xxiii
Tables xxvii
Examples xxxi
Foreword xxxix
Preface xli
Chapter 1: Basics of Java Programming 1
Chapter 2: Basic Elements, Primitive Data Types, and Operators 29
Chapter 3: Declarations 97
Chapter 4: Control Flow 151
Chapter 5: Object-Oriented Programming 189
Chapter 6: Access Control 323
Chapter 7: Exception Handling 363
Chapter 8: Selected API Classes 423
Chapter 9: Nested Type Declarations 489
Chapter 10: Object Lifetime 531
Chapter 11: Generics 563
Chapter 12: Collections, Part I: ArrayList 643
Chapter 13: Functional-Style Programming 673
Chapter 14: Object Comparison 741
Chapter 15: Collections: Part II 781
Index
Contents, Volume II (print):
Chapter 16: Streams 879
Chapter 17: Date and Time 1023
Chapter 18: Localization 1095
Chapter 19: Java Module System 1161
Chapter 20: Java I/O: Part I 1231
Chapter 21: Java I/O: Part II 1285
Chapter 22: Concurrency: Part I 1365
Chapter 23: Concurrency: Part II 1419
Chapter 24: Database Connectivity 1511
Chapter 25: Annotations 1555
Chapter 26: Secure Coding 1599
Appendix A: Taking the Java SE 17 and Java SE 11 Developer Exams 1615
Appendix B: Exam Topics: Java SE 17 Developer 1623
Appendix C: Exam Topics: Java SE 11 Developer 1629
Appendix D: Annotated Answers to Review Questions 1635
Appendix E: Mock Exam: Java SE 17 Developer 1709
Appendix F: Annotated Answers to Mock Exam 1737
Appendix G: Java Logging API Overview 1747
Index 1753
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
商品描述(中文翻譯)
這本完整的 Java 認證參考書包含了大量資訊,因此我們不得不將其分為兩本印刷卷,以便於使用。
《OCP Oracle Certified Professional Java SE 17 Developer (Exam 1Z0-829) Programmer's Guide》是一個獨特的指南,結合了對 Java 程式設計的嚴謹介紹,以及對 Java SE 17 和 Java SE 11 開發者考試目標的細緻涵蓋。這本書已全面更新,以反映最新考試的變化,並更加專注於分析程式碼情境,而不僅僅是單一的語言結構。每個目標都得到了徹底的處理,反映了最新的功能和 API,以及考試的最佳實踐。這是任何人學習 Java SE 17 開發者或 Java SE 11 開發者認證所需的唯一書籍。書籍特色包括:
- 容易找到與每個考試目標相關的關鍵主題的涵蓋
- 對物件導向程式設計 (OOP) 和 函數式程式設計的基本概念介紹
- 對宣告、存取控制、運算子、流程控制、OOP 技術、lambda 表達式、串流、模組、併發、Java I/O、關鍵 API 類別等的深入涵蓋
- 程式輸出示範完整 Java 程式的預期結果
- 獨特的圖示來說明重要概念,如 Java I/O、模組和串流
- 廣泛使用統一建模語言 (UML) 來說明程式設計
- 數十道帶有註解答案的複習問題,幫助準備考試,並提供完整的模擬考試
《第一卷內容(印刷版):》
圖表 xxiii
表格 xxvii
範例 xxxi
前言 xxxix
序言 xli
第 1 章:Java 程式設計基礎 1
第 2 章:基本元素、原始資料類型和運算子 29
第 3 章:宣告 97
第 4 章:控制流程 151
第 5 章:物件導向程式設計 189
第 6 章:存取控制 323
第 7 章:例外處理 363
第 8 章:選定的 API 類別 423
第 9 章:巢狀型別宣告 489
第 10 章:物件生命週期 531
第 11 章:泛型 563
第 12 章:集合,第一部分:ArrayList 643
第 13 章:函數式程式設計 673
第 14 章:物件比較 741
第 15 章:集合:第二部分 781
索引
《第二卷內容(印刷版):》
第 16 章:串流 879
第 17 章:日期和時間 1023
第 18 章:本地化 1095
第 19 章:Java 模組系統 1161
第 20 章:Java I/O:第一部分 1231
第 21 章:Java I/O:第二部分 1285
第 22 章:併發:第一部分 1365
第 23 章:併發:第二部分 1419
第 24 章:資料庫連接 1511
第 25 章:註解 1555
第 26 章:安全編碼 1599
附錄 A:參加 Java SE 17 和 Java SE 11 開發者考試 1615
附錄 B:考試主題:Java SE 17 開發者 1623
附錄 C:考試主題:Java SE 11 開發者 1629
附錄 D:複習問題的註解答案 1635
附錄 E:模擬考試:Java SE 17 開發者 1709
附錄 F:模擬考試的註解答案 1737
附錄 G:Java 日誌 API 概述 1747
索引 1753
註冊您的書籍以便方便地訪問下載、更新和/或修正,隨著它們的可用性而提供。詳情請參見書內。
作者簡介
Khalid A. Mughal is associate professor (emeritus) in the Department of Informatics, University of Bergen, Norway. During his extensive career, he has designed and implemented many courses on Java, object-oriented system development, web application development, software security, and compiler techniques. He has also given seminars for the IT industry. He is the principal author of several books on Java.
Vasily A. Strelnikov is a senior principal Oracle Cloud Infrastructure solutions specialist at Oracle. Strelnikov's specialties are large-scale system design and integration using Java. He has created training courses for Java and Java EE. He co-created the OCP certification exam and has developed official Oracle University training videos for it.
作者簡介(中文翻譯)
Khalid A. Mughal 是挪威卑爾根大學資訊學系的副教授(名譽教授)。在他廣泛的職業生涯中,他設計並實施了許多有關 Java、物件導向系統開發、網頁應用程式開發、軟體安全和編譯器技術的課程。他還為 IT 業界舉辦過研討會。他是幾本有關 Java 書籍的主要作者。
Vasily A. Strelnikov 是甲骨文公司的高級首席 Oracle Cloud Infrastructure 解決方案專家。Strelnikov 的專長是使用 Java 進行大規模系統設計和整合。他創建了 Java 和 Java EE 的培訓課程。他共同創建了 OCP 認證考試,並為此開發了官方的甲骨文大學培訓視頻。