HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
✍🏻
Learnary (learn - diary)
/
🔌
Static Inner Class 로딩 방식
🔌

Static Inner Class 로딩 방식

progress
Done
Tags
Java

Q. static inner class에서 하나의 클래스가 로드되면 모든 static inner class가 올라올까?

 
정답은 x
 
main
notion image
내부적인 inner class 현황
notion image
실제로 로드된 class들 확인할 때 (호출한 static inner 클래스만이 로딩되어짐을 확임)
notion image