# 參考書籍

> 俗話說：「工欲善其事，必先利其器」

Java 至今已經走過許多版本，這個學習系列當初使用的書籍是「Java 7 教學手冊 第五版」

博客來：[Java 7 教學手冊 第五版(附光碟)](https://www.books.com.tw/products/0010555220)

![書籍圖片來自博客來](/files/-M4NJLOQfQuDRemI7WR4)

學習系列的章節、進度與範例都會節錄自這本 Java 7 教學手冊。

也會配合當初上課時的課程章節如下表：

| 章節  | 標題                             |
| --- | ------------------------------ |
| 1   | 認識 Java                        |
| 2、3 | <p>簡單的Java程式</p><p>變數與資料型態</p> |
| 4、5 | <p>運算子、運算式</p><p>選擇性敘述與迴圈</p>  |
| 6   | 陣列                             |
| 7   | 函數                             |
| 8   | 類別的基本架構                        |
| 9   | 類別的進階認識                        |
| 10  | 類別的繼承                          |
| 11  | 抽象類別與介面                        |
| 12  | 大型程式的發展與常用的類別庫                 |
| 13  | 例外處理                           |
| 14  | 檔案管理                           |
| 15  | 多執行緒                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://java.4-x.tw/newbie/book.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
