반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- controller
- springSecurityFilterChain 오류
- SAP
- 구글 보안 api 활용
- Testcode
- abap value in field Data Class error
- 김영한
- MVC
- abap
- jpa
- spring MVC
- for all entries in
- SpringMVC
- application-properties
- java.lang.AssertionError
- 필터의 정의
- 쿠키의 정의
- spring
- Validation
- BindingResult
- 401오류
- optional
- .orelseThrow
- 인터셉터의 정의
- @Controller
- 쿠키란
- filter vs interceptor
- 필터vs인터셉터
- n+1
- 세션이란
Archives
- Today
- Total
SAP공장
java 에서 this가 뭐야? 본문
반응형
정리
Q. this가 뭐야?
A.
생성자 라고 불러. 생성자란 객체가 생성될때 마다 실행이 되며,
객체의 기능추가 혹은 초기화에 사용되!
Q. 어떻게 사용되?
빨간색은 빨간색임을 , 노란색은 노란색임을 의미
어디선가 .setthissample("123", "lee") 라고 사용했다면,
Long의 id 가 123
String의 usernmae 이 Lee인
data를 생성한다.
반응형
'[WEB]Back-end > Java' 카테고리의 다른 글
ArrayList vs HashMap ,HashMap vs HashTable, 제네릭이란? (0) | 2022.02.10 |
---|---|
static, final, 필드, 메소드, 인스턴스 의미 정리 (0) | 2022.01.26 |
int 와 Integer의 차이점 (0) | 2022.01.16 |
extends , interface 언제 써야 할까? (0) | 2022.01.10 |
Abstract 과 interface 비교 (0) | 2022.01.10 |
Comments