# 第一篇：基础篇

- [1 进程与线程基本概念](https://redspider.gitbook.io/concurrent/di-yi-pian-ji-chu-pian/1.md)
- [2 Java多线程入门类和接口](https://redspider.gitbook.io/concurrent/di-yi-pian-ji-chu-pian/2.md)
- [3 线程组和线程优先级](https://redspider.gitbook.io/concurrent/di-yi-pian-ji-chu-pian/3.md)
- [4 Java线程的状态及主要转化方法](https://redspider.gitbook.io/concurrent/di-yi-pian-ji-chu-pian/4.md)
- [5 Java线程间的通信](https://redspider.gitbook.io/concurrent/di-yi-pian-ji-chu-pian/5.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://redspider.gitbook.io/concurrent/di-yi-pian-ji-chu-pian.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.
