....................................................................................
課程皆採實體上課與線上遠端教學同步。
....................................................................................
技術應用 |
網路通訊產品、家電產品、視窗應用程式、手機應用程式、網頁應用程式
|
結訓具備以下技能 |
|
職涯發展 | |
|
Ch1 - 開發工具安裝與 第一支Hello程式
- Introduction to Java Programming Language
- Java Development Kit
Ch2 - 運算子與敘述
- Arithmetic Operations
- General Operators
- Expressions, Statements & Blocks
- Type Conversions
- Member Access
Ch3 - 流程控制
- Branching & Jumps
- Looping
Ch4 - 陣列與列舉
- Array
- Arrays of Arrays
- Enumeration Types
Ch5 - 物件導向與抽象類別
- Class & Object
- Inheriting & polymorphism
- Packages & Constructor
- Interface & Abstract
- Encapsulation
Ch6 - 巢狀類別與巢狀介面
- Nested Type
- Inner Classes
- Nesting Interface
Ch7 - 泛化型別
- Generic Type
- Subtyping and Wildcards
- Wildcard Capture
Ch8 - 群集
- Collections
- Iteration
- Collection interface
- Set、List、Queue、Map
Ch9 - 例外處理
- Exception Types
- throw & throws
- Try, catch & finally
- Assertions
Ch10 - 多執行緒
- Threads
- Synchronization
- wait & notify
- Thread Scheduling
- Deadlocks