본문 바로가기
Spring

클래스

by 산과잔 2020. 11. 9.

클래스 : 리플렉션(클래스의 정보를 읽어와서 처리)

1) class  : Class,forName()-> 메모리 할당

2) 멤버변수 : 필요시에 변수의 초기화

3) 생성자 : 멤버변수 초기화 (매개변수)

4) 메소드 : setter/getter

5) 지역변수 

---------------------------------------------------------------------------------------------

'Spring' 카테고리의 다른 글

Spring  (0) 2020.11.18
RedirectAttributes  (0) 2020.11.18
Spring(스프링) 프로젝트의 폴더 구조  (0) 2020.10.26
Spring(스프링) , Maven(메이븐)  (0) 2020.10.25
프레임 워크 와 라이브러리의 차이  (0) 2020.10.25