機會難逢:沒有其他前設的認證要求,考一科便可直接取得的 OCP Java 認證! |
在現今的應用範圍上,Java 語言可說是十分廣泛,從 Windows、Linux 以至手機,都有應用 Java 技術。因此 Java 已經成為跨平台及網路軟件的首選。事實上 Java 技術的簡單性和跨平台能力使其成為 I.T. 程式編寫界的標準,這亦是 Java 在 I.T. 界認受性廣泛的主要原因。
Java SE 21 是繼 Java SE 11 及 Java SE 17 之後的一個長期支持 (Long Term Support, LTS) 版本。長期支持版本比其他版本可以在較長的時間內繼續獲得安全和維護的更新 ,從而增加了編寫軟件過程及周期的可靠度。除了承繼了 Java SE 17 新增的功能外,Java SE 21 也增加了一些額外功能。這些新功能可令編寫的程式更簡單、易明以及方便維護。 Java SE 21 不提供低階的 OCA 認證,考生可以通過一科考試後,就直接取得高階的 OCP 認證。 本中心的 OCP: Java SE 21 Developer 認證課程籌備多時,精心編排。由上堂、溫習、實習、考試研習、做試題至最後考試,均為你度身訂造,作出有系統的編排。務求真正教識你,又令你考試及格。 |
課程名稱: |
OCP: Java SE 21 Developer 認證課程 - 簡稱:OCP Java Training Course (SE 21) |
課程時數: | 48 小時 (共 16 堂) |
適合人士: | 對電腦有基本認識 及 初學編寫程式人士 |
授課語言: | 以廣東話為主,輔以英語 |
課程筆記: | 本中心導師親自編寫英文為主筆記,而部份英文字附有中文對照。 |
1. 模擬考試題目: | 本中心為學員提供模擬考試題目,每條考試題目均附有標準答案。 |
2. 理論與實習並重: | 導師於課堂內講解理論及示範實際例子 |
3. 導師親自編寫筆記: | 由本中心導師親自編寫筆記,絕對適合考試及實際編寫 Java 程式之用,令你無須「死鋤」如字典般厚及不適合香港讀書格調的書本。 |
4. 免費重讀: | 傳統課堂學員可於課程結束後三個月內免費重看課堂錄影。 |
只要你於下列科目取得合格成績,便可獲 Oracle 頒發 OCP: Java SE 21 Developer 國際認可證書:
考試編號 | 科目名稱 |
1Z0-830 | Java SE 21 Developer Professional |
Oracle 已公佈自 2022 年 9 月 1 日起學員必需親自前往 https://education.oracle.com/buy-exam 購買以下 1 個科目的 "Oracle Exam Attempt" 並由 Oracle 親自向您提供考試服務。 考試編號 1Z0-830 考試費為 HK$1,899 。 考試題目由 Oracle 傳送到你要應考的電腦,考試時以電腦作答。所有考試題目均為英文,而大多數的考試題目為選擇題。 考試合格後會收到來自 Oracle 的作實電郵,並進入該電郵內的連結,登入 https://certview.oracle.com 下載您的證書。 考試不合格便可於 5 日後重新報考,但 12 個月內最多只可以考 4 次。欲知道作答時間、題目總數、合格分數等詳細考試資料,可瀏覽本中心網頁"各科考試分數資料"。 |
課程名稱:OCP: Java SE 21 Developer 認證課程 - 簡稱:OCP Java Training Course (SE 21) |
Handling Date, Time, Text, Numeric and Boolean Values
- Use primitives and wrapper classes. Evaluate arithmetic and boolean expressions, using the Math API and by applying precedence rules, type conversions, and casting.
- Manipulate text, including text blocks, using String and StringBuilder classes.
- Manipulate date, time, duration, period, instant and time-zone objects including daylight saving time using Date-Time API.
Controlling Program Flow
- Create program flow control constructs including if/else, switch statements and expressions, loops, and break and continue statements.
Using Object-Oriented Concepts in Java
- Declare and instantiate Java objects including nested class objects, and explain the object life-cycle including creation, reassigning references, and garbage collection.
- Create classes and records, and define and use instance and static fields and methods, constructors, and instance and static initializers.
- Implement overloaded methods, including var-arg methods.
- Understand variable scopes, apply encapsulation, and create immutable objects. Use local variable type inference.
- Implement inheritance, including abstract and sealed types as well as record classes. Override methods, including that of the Object class. Implement polymorphism and differentiate between object type and reference type. Perform reference type casting, identify object types using the instanceof operator, and pattern matching with the instanceof operator and the switch construct.
- Create and use interfaces, identify functional interfaces, and utilize private, static, and default interface methods.
- Create and use enum types with fields, methods, and constructors.
Handling Exceptions
- Handle exceptions using try/catch/finally, try-with-resources, and multi-catch blocks, including custom exceptions.
Working with Arrays and Collections
- Create arrays, List, Set, Map and Deque collections, and add, remove, update, retrieve and sort their elements.
Working with Streams and Lambda expressions
- Use Java object and primitive Streams, including lambda expressions implementing functional interfaces, to create, filter, transform, process, and sort data.
- Perform decomposition, concatenation, and reduction, and grouping and partitioning on sequential and parallel streams.
Packaging and Deploying Java Code
- Define modules and expose module content, including that by reflection, and declare module dependencies, define services, providers, and consumers.
- Compile Java code, create modular and non-modular jars, runtime images, and implement migration to modules using unnamed and automatic modules.
Managing Concurrent Code Execution
- Create both platform and virtual threads. Use both Runnable and Callable objects, manage the thread lifecycle, and use different Executor services and concurrent API to run tasks.
- Develop thread-safe code, using locking mechanisms and concurrent API.
- Process Java collections concurrently and utilize parallel streams.
Using Java I/O API
- Read and write console and file data using I/O streams.
- Serialize and de-serialize Java objects.
- Construct, traverse, create, read, and write Path objects and their properties using the java.nio.file API.
Implementing Localization
- Implement localization using locales and resource bundles. Parse and format messages, dates, times, and numbers, including currency and percentage values.