# Introduction

虽然干了好几年的开发，但是总觉得对Java一知半解，所以想重新学习一下。最直接的学习方式就是研读`Oracle`的[官方教程](https://docs.oracle.com/javase/tutorial/index.html)，本项目**非甲骨文官方提供的文档**而是基于个人兴趣的学习笔记

## GitBook

本项目已经同步到[GitBook](https://eric3wade.gitbook.io/java/)


---

# 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://eric3wade.gitbook.io/java/master.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.
