JavaBookStudy / JavaBook

책읽기 스터디
https://javabookstudy.github.io/
Apache License 2.0
19 stars 2 forks source link

[Effective Java] Item 68. 객체를 생성할 수 없는 클래스? #36

Closed daebalprime closed 3 years ago

daebalprime commented 3 years ago

383p에 Collections가 객체를 생성할 수 없는 클래스라고 하는데 그 이유가 무엇인가요?

daebalprime commented 3 years ago

멍청한 질문이었네요.,..😅 Collections 클래스는 정적 메서드로만 이뤄진 클래스라고 합니다.