# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [20. 추상 클래스보다는 인터페이스를 우선하라](https://aibe-study.gitbook.io/aibe-study/effective-java/section4/20.prefer_interfaces_to_abstract_classes.md)
- [7. 다 쓴 객체 참조를 해제하라](https://aibe-study.gitbook.io/aibe-study/effective-java/section2/7.eliminate_obsolete_object_references.md)
- [86. Serializable을 구현할지는 신중히 결정하라](https://aibe-study.gitbook.io/aibe-study/effective-java/undefined-7/86.implement_serializable_with_great_caution.md)
- [14. Comparable을 구현할지 고려하라](https://aibe-study.gitbook.io/aibe-study/effective-java/section3/14.consider_implementing_comparable.md)
- [27. 비검사 경고를 제거하라](https://aibe-study.gitbook.io/aibe-study/effective-java/undefined/27.eliminate_unchecked_warnings.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/section4/20.prefer_interfaces_to_abstract_classes.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/section4/20.prefer_interfaces_to_abstract_classes.md`).

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