Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gihyeon6394/effective-java
- Owner: gihyeon6394
- Created: 2023-04-03T04:22:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T09:51:49.000Z (about 1 year ago)
- Last Synced: 2023-10-23T10:43:49.475Z (about 1 year ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 989 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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장 직렬화