> For the complete documentation index, see [llms.txt](https://devlee.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devlee.gitbook.io/docs/category.md).

# CATEGORY

- [Java](https://devlee.gitbook.io/docs/category/java.md): Java 에 대해 궁금한 점을 공부합니다.
- [JVM(Java Virtual Machine)](https://devlee.gitbook.io/docs/category/java/jvm-java-virtual-machine.md): Java 의 JVM 에 대해 알아봅니다.
- [System.arraycopy()](https://devlee.gitbook.io/docs/category/java/system.arraycopy.md): System.arraycopy 메소드에 대해 알아봅니다.
- [toArray 함수 호출 시 빈 배열을 전달해야 하는 이유](https://devlee.gitbook.io/docs/category/java/toarray.md): 알고리즘을 풀다가 리스트를 배열로 변환하는 과정에서 IntelliJ 가 경고한 내용의 이유를 알고 싶어 공부한 내용이다.
- [POI Excel 인쇄 영역, 페이지 나누기 설정](https://devlee.gitbook.io/docs/category/java/poi-excel.md): POI 라이브러리를 이용하여 엑셀의 인쇄 영역을 구현하는 방법 입니다.
- [Overloading & Overriding](https://devlee.gitbook.io/docs/category/java/overloading-and-overriding.md): Overloading과 Overriding 에 대해 공부합니다.
- [Functional Interface](https://devlee.gitbook.io/docs/category/java/functional-interface.md): Java8 부터 도입된 함수형 인터페이스와 자바에서 기본 제공하는 함수를 알아보겠습니다.
- [computeIfAbsent 메소드를 알아보자](https://devlee.gitbook.io/docs/category/java/computeifabsent.md): ComputeIfAbsent 메소드에 대해 알아봅니다.
- [Computer Science](https://devlee.gitbook.io/docs/category/computer-science.md): 컴퓨터 과학과 관련된 지식을 정리합니다.
- [캐리지 리턴 문자('\r')](https://devlee.gitbook.io/docs/category/computer-science/r.md): 캐리지 리턴 문자에 대해 공부합니다.
- [Kotlin](https://devlee.gitbook.io/docs/category/kotlin.md): Kotlin 에 대해 공부합니다.
- [Java 와 다른 Kotlin](https://devlee.gitbook.io/docs/category/kotlin/java-kotlin.md): Kotlin 을 공부하면서 Java 와 다른 점을 정리한 글입니다.
- [C++](https://devlee.gitbook.io/docs/category/c++.md): C++ 에 대해 궁금한 점을 공부합니다.
- [ios\_base::sync\_with\_stdio 의 역할과 사용 이유](https://devlee.gitbook.io/docs/category/c++/ios_base-sync_with_stdio.md): ios\_base::sync\_with\_stdio
- [Javascript](https://devlee.gitbook.io/docs/category/javascript.md): Javascript 를 공부하며 정리한 내용입니다.
- [자바스크립트 기본 - 문법](https://devlee.gitbook.io/docs/category/javascript/undefined.md): 자바스크립트 기본 문법을 살펴봅니다.
- [자바스크립트 기본 - 함수](https://devlee.gitbook.io/docs/category/javascript/undefined-1.md): 자바스크립트 기본 함수를 살펴봅니다.
- [MySQL](https://devlee.gitbook.io/docs/category/mysql.md): MySQL 에 대한 내용을 다룹니다.
- [EXPLAIN](https://devlee.gitbook.io/docs/category/mysql/explain.md): MySQL EXPLAIN 명령어에 대해 알아봅시다.
- [Android](https://devlee.gitbook.io/docs/category/android.md): Android App 을 만들며 공부한 내용입니다.
- [Android 기초](https://devlee.gitbook.io/docs/category/android/android.md): Android App 생성 시 코드 구조에 대한 내용입니다.
- [Error](https://devlee.gitbook.io/docs/category/error.md): 개발하면서 겪는 에러를 다룹니다.
- [macOS 업데이트 후 mysql 실행 에러](https://devlee.gitbook.io/docs/category/error/macos-mysql.md): mysqld 프로세스를 삭제하다 마주한 에러입니다.
- [Algorithm](https://devlee.gitbook.io/docs/category/algorithm.md): 알고리즘과 관련된 내용을 정리합니다.
- [모듈러 산술 (Modular Arithmetic)](https://devlee.gitbook.io/docs/category/algorithm/modular-arithmetic.md): 모듈러 산술에 대해 서술합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://devlee.gitbook.io/docs/category.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
