# Java

- [01 面向对象基本特征与原则](https://chanshiyu.gitbook.io/blog/hou-duan/java/01-mian-xiang-dui-xiang-ji-ben-te-zheng-yu-yuan-ze.md)
- [02 Java 数据类型](https://chanshiyu.gitbook.io/blog/hou-duan/java/02java-shu-ju-lei-xing.md)
- [03 Java String](https://chanshiyu.gitbook.io/blog/hou-duan/java/03-java-string.md)
- [04 Java 只有值传递](https://chanshiyu.gitbook.io/blog/hou-duan/java/04java-zhi-you-zhi-chuan-di.md)
- [05 Java final 与 static](https://chanshiyu.gitbook.io/blog/hou-duan/java/05javafinal-yu-static.md)
- [06 Java Object 通用方法](https://chanshiyu.gitbook.io/blog/hou-duan/java/06javaobject-tong-yong-fang-fa.md)
- [07 Java 继承](https://chanshiyu.gitbook.io/blog/hou-duan/java/07java-ji-cheng.md)
- [08 Java 反射](https://chanshiyu.gitbook.io/blog/hou-duan/java/08java-fan-she.md)
- [09 Java 异常](https://chanshiyu.gitbook.io/blog/hou-duan/java/09java-yi-chang.md)
- [10 Java 容器](https://chanshiyu.gitbook.io/blog/hou-duan/java/10java-rong-qi.md)
- [11 Java 虚拟机](https://chanshiyu.gitbook.io/blog/hou-duan/java/11java-xu-ni-ji.md)
- [12 Java IO](https://chanshiyu.gitbook.io/blog/hou-duan/java/12-java-io.md)
- [13 Java HashMap](https://chanshiyu.gitbook.io/blog/hou-duan/java/13-java-hashmap.md)
- [14 Java List](https://chanshiyu.gitbook.io/blog/hou-duan/java/14-java-list.md)
- [15 Java Stream](https://chanshiyu.gitbook.io/blog/hou-duan/java/15-java-stream.md)
- [16 Java 枚举](https://chanshiyu.gitbook.io/blog/hou-duan/java/16java-mei-ju.md)
- [17 Java 日期与时间](https://chanshiyu.gitbook.io/blog/hou-duan/java/17java-ri-qi-yu-shi-jian.md)
- [18 Java fail fast](https://chanshiyu.gitbook.io/blog/hou-duan/java/18-java-fail-fast.md)
- [19 Java BiFunction 和 BinaryOperator](https://chanshiyu.gitbook.io/blog/hou-duan/java/19javabifunction-he-binaryoperator.md)


---

# 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://chanshiyu.gitbook.io/blog/hou-duan/java.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.
