# All About Effective Java

> Effective Java는 자바 개발자라면 꼭 필요한 필독서 중 하나입니다. 스터디를 통해 배운 내용을 공유하고, 서로 질문하며 토론하는 효율적인 학습 방법을 통해 완독이라는 목표를 향해 나아갑니다.

{% hint style="info" %}
해당 스터디는 [우아한데브코스 4기 이펙티브 자바 스터디](https://github.com/woowacourse-study/2022-effective-java?tab=readme-ov-file) 운영 방식을 참고하였습니다.
{% endhint %}

## 🔗 Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How To Study</strong></td><td>스터디 진행 방식</td><td><a href="/files/6exmmJnrhWQtBRkmA9bs">/files/6exmmJnrhWQtBRkmA9bs</a></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td>How To Use GitBook</td><td>깃북 활용에 대하여</td><td><a href="/files/3PIdiOC1JJR7duqSnPso">/files/3PIdiOC1JJR7duqSnPso</a></td><td></td><td></td></tr></tbody></table>

## 👩🏼‍🚀 Study Member

`지현숙`, `김태현`, `유승남`, `이상민`, `조경혜`&#x20;

## 🎹 Study Timeline

자세한 스터디 진행 방식은 [스터디 진행 방식](/aibe-study/all-about-study/howtostudy.md) 페이지를 참고해 주세요

{% stepper %}
{% step %}

#### 📖 해당 주의 아이템 읽기

개별로 각주에 해당하는 아이템 읽고 이해가 안되는 부분, 모르는 부분 미리 공유하기
{% endstep %}

{% step %}

#### 📂 발표 자료 준비하기

발표 당일 점심시간까지 Oraganization GitHub에 올리기
{% endstep %}

{% step %}

#### 🗨️ 발표 및 질의응답

15분 이내의 발표 및 질의응답을 통해 한 번 더 이해하기
{% endstep %}
{% endstepper %}


---

# 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://aibe-study.gitbook.io/aibe-study/readme.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.
