객체(Object)
- 소프트웨어 세계에 구현할 대상
클래스(Class)
- 객체를 구현하기 위한 청사진
인스턴스(Instance)
- 청사진에 따라 생성된 실체
- 클래스가 메모리에 생성된 상태
참고 블로그
'JAVA > 지식' 카테고리의 다른 글
[AOP] weaver options (0) | 2021.03.03 |
---|---|
[SpringMVC] Spring MVC Framework란? (0) | 2021.03.02 |
[접근 지정자] protected, default 의 차이 (0) | 2021.03.01 |
[Spring Boot annotion] @Bean, @Configuration, @Component (0) | 2021.03.01 |
Spring Boot Batch(read, process, write) #1 (0) | 2021.02.28 |