반응형
'private static final variable' vs 'private final variable'
When should you use the 'static' keyword?
What is the difference between 'private static final variable' and 'private final variable'?
The static keyword is used when all instances of the class must have the same value.
It is better to use it separately from instance variables.
반응형
'개발이야기' 카테고리의 다른 글
MockMvc Test 대신 실제 Url 호출 테스트 (서블릿 필터 테스트) (0) | 2020.09.23 |
---|---|
JPA 업데이트 동시성 문제 (feat. @DynamicUpdate) (0) | 2020.06.12 |
DateTimeFomatter 에서 밀리세컨드 노출 여부 (0) | 2019.07.10 |
Spring session 쿠키 설정 (0) | 2019.06.27 |
"Apropos" terminal pops up when typing cmd+shift+A to get actions bar (0) | 2019.06.12 |