# Java

- [JDK](https://gitbook.fantasticmao.cn/tech/java/jdk.md)
- [《Java 并发编程实战》笔记 - 线程池的使用](https://gitbook.fantasticmao.cn/tech/java/jdk/java-bing-fa-bian-cheng-shi-zhan-bi-ji-xian-cheng-chi-de-shi-yong.md)
- [设计模式概览](https://gitbook.fantasticmao.cn/tech/java/jdk/she-ji-mo-shi-gai-lan.md)
- [集合概览](https://gitbook.fantasticmao.cn/tech/java/jdk/ji-he-gai-lan.md)
- [HashMap 内部算法](https://gitbook.fantasticmao.cn/tech/java/jdk/hashmap-nei-bu-suan-fa.md)
- [ThreadLocal 工作机制](https://gitbook.fantasticmao.cn/tech/java/jdk/threadlocal-gong-zuo-ji-zhi.md)
- [Java Agent](https://gitbook.fantasticmao.cn/tech/java/jdk/java-agent.md)
- [JVM](https://gitbook.fantasticmao.cn/tech/java/jvm.md)
- [《深入理解 Java 虚拟机》笔记 - Java 内存模型与线程](https://gitbook.fantasticmao.cn/tech/java/jvm/shen-ru-li-jie-java-xu-ni-ji-bi-ji-java-nei-cun-mo-xing-yu-xian-cheng.md)
- [JVM 运行时数据区](https://gitbook.fantasticmao.cn/tech/java/jvm/jvm-yun-xing-shi-shu-ju-qu.md)
- [类加载机制](https://gitbook.fantasticmao.cn/tech/java/jvm/lei-jia-zai-ji-zhi.md)
- [垃圾回收算法](https://gitbook.fantasticmao.cn/tech/java/jvm/la-ji-hui-shou-suan-fa.md)
- [引用类型](https://gitbook.fantasticmao.cn/tech/java/jvm/yin-yong-lei-xing.md)
- [垃圾收集算法](https://gitbook.fantasticmao.cn/tech/java/jvm/la-ji-shou-ji-suan-fa.md)
- [垃圾收集器](https://gitbook.fantasticmao.cn/tech/java/jvm/la-ji-shou-ji-qi.md)
- [Spring](https://gitbook.fantasticmao.cn/tech/java/spring.md)
- [Spring IoC 容器扩展点](https://gitbook.fantasticmao.cn/tech/java/spring/spring-ioc-rong-qi-kuo-zhan-dian.md)
- [Spring Transaction 声明式事务管理](https://gitbook.fantasticmao.cn/tech/java/spring/spring-transaction-sheng-ming-shi-shi-wu-guan-li.md)
- [Spring Web MVC DispatcherServlet 工作机制](https://gitbook.fantasticmao.cn/tech/java/spring/spring-web-mvc-dispatcherservlet-gong-zuo-ji-zhi.md)
- [Spring Security Servlet 实现原理](https://gitbook.fantasticmao.cn/tech/java/spring/spring-security-servlet-shi-xian-yuan-li.md)
- [其它](https://gitbook.fantasticmao.cn/tech/java/qi-ta.md)
- [《Netty - One Framework to rule them all》演讲笔记](https://gitbook.fantasticmao.cn/tech/java/qi-ta/netty-one-framework-to-rule-them-all-yan-jiang-bi-ji.md)
- [Hystrix 设计与实现](https://gitbook.fantasticmao.cn/tech/java/qi-ta/hystrix-she-ji-yu-shi-xian.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://gitbook.fantasticmao.cn/tech/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.
