# Page Not Found

The URL `files/3PIdiOC1JJR7duqSnPso` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [13. clone 재정의는 주의해서 진행하라](https://aibe-study.gitbook.io/aibe-study/effective-java/section3/13.override_clone_judiciously.md)
- [8. finalizer와 cleaner 사용을 피하라](https://aibe-study.gitbook.io/aibe-study/effective-java/section2/8.avoid_finalizers_and_cleaners.md)
- [25. 톱레벨 클래스는 한 파일에 하나만 담으라](https://aibe-study.gitbook.io/aibe-study/effective-java/section4/25.limit_source_files_to_a_single_top_level_class.md)
- [21. 인터페이스는 구현하는 쪽을 생각해 설계하라](https://aibe-study.gitbook.io/aibe-study/effective-java/section4/21.design_interfaces_for_posterity.md)
- [77. 예외를 무시하지 말라](https://aibe-study.gitbook.io/aibe-study/effective-java/undefined-5/77.dont_ignore_exceptions.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://aibe-study.gitbook.io/aibe-study/effective-java/section3/13.override_clone_judiciously.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.

### Option 2 — Browse the documentation index

Full index: https://aibe-study.gitbook.io/aibe-study/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://aibe-study.gitbook.io/aibe-study/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/aibe-study/effective-java/section3/13.override_clone_judiciously.md`).

You may also use `Accept: text/markdown` header for content negotiation.
