
이펙티브 자바 개요
언어 창시자인 제임스 고슬링(James Gosling)이 직접 추천한 자바의 성서입니다. 조슈아 블로크(Joshua Bloch)의 이 졸트 어워드(Jolt Award) 수상작은 — 20개의 전문가 리스트 중 8개에 이름을 올렸으며 — 구글, 썬 마이크로시스템즈, 카네기 멜런 대학교가 우아하고 견고한 코드를 작성하는 방식을 변화시킨 직관에 반하는 프로그래밍 비결을 공개합니다.
이펙티브 자바의 핵심 주제
- object-oriented design patterns
- memory management best-practices
- api design principles
- java programming idioms
- software maintainability standards
이펙티브 자바의 명언
The latter clearly communicates its purpose-creating a probable prime number-while the constructor's intent remains obscure.
When working with expensive objects, reuse rather than recreate.
Understanding the nuances of object lifecycle management is fundamental to writing robust Java applications.
Finalizers, Java's mechanism for cleanup when an object is garbage collected, should generally be avoided.
Clear, consistent, and robust designs prevent bugs and make your code a pleasure to use.
이펙티브 자바의 등장인물
- Joshua BlochAuthor and architect of Java's core libraries
- James GoslingCreator of the Java programming language
- ElvisUsed as a case study for the Singleton pattern
이펙티브 자바 요약 다운로드
이펙티브 자바 요약을 무료 PDF 또는 EPUB으로 받으세요. 인쇄하거나 오프라인에서 언제든 읽을 수 있습니다.
























