# Java Core

- [JVM 如何加载类](https://www.selinux.tech/java/core/jvm-load-class.md)
- [JVM 垃圾回收](https://www.selinux.tech/java/core/jvm-gc.md)
- [JVM G1GC](https://www.selinux.tech/java/core/jvm-g1gc.md)
- [JVM G1GC Q\&A](https://www.selinux.tech/java/core/jvm-g1gc-qa.md)
- [JVM 与 Hbase](https://www.selinux.tech/java/core/jvm-hbase.md)
- [JVM ZGC Overview](https://www.selinux.tech/java/core/jvm-zgc-overview.md)
- [JVM ZGC 内存管理](https://www.selinux.tech/java/core/jvm-zgc-memory.md)
- [JVM ZGC 线程](https://www.selinux.tech/java/core/jvm-zgc-thread.md)
- [JVM ZGC 垃圾回收](https://www.selinux.tech/java/core/jvm-zgc-gc.md)
- [JVM ZGC 日志分析](https://www.selinux.tech/java/core/jvm-zgc-log.md)
- [JVM ZGC 参数调优](https://www.selinux.tech/java/core/jvm-zgc-params.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://www.selinux.tech/java/core.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.
