Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gihyeon6394/effective-java

practice Effective Java and code it
https://github.com/gihyeon6394/effective-java

java

Last synced: 6 days ago
JSON representation

practice Effective Java and code it

Awesome Lists containing this project

README

        

![image](https://user-images.githubusercontent.com/53042858/229412295-350acc39-ee8d-4c2e-92c8-72943ff354ac.png)

contents

- 1장 들어가기
- [2장 객체 생성과 파괴](src/main/java/com/effectiveJava/chapter2/README.md)
- [3장 모든 객체의 공통 메서드](src/main/java/com/effectiveJava/chapter3/README.md)
- [4장 클래스와 인터페이스](src/main/java/com/effectiveJava/chapter4/README.md)
- [5장 제네릭](src/main/java/com/effectiveJava/chapter5/README.md)
- 6장 열거 타입과 애너테이션
- 7장 람다와 스트림
- 8장 메서드
- 9장 일반적인 프로그래밍 원칙
- 10장 예외
- 11장 동시성
- 12장 직렬화