-
|
final은 한 번만 할당할 수 있는 엔티티라 처음에 무조건 값이 할당이 되어야하는건가요 ?! |
Beta Was this translation helpful? Give feedback.
Answered by
seyxxn
Mar 17, 2024
Replies: 2 comments 2 replies
-
|
혹시 강의에서 어떤 부분인가요? 제가 이해가 안되서 ㅠㅠ |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
final로 변수를 생성할때 생성하는 시점에서 무조건 초기화(값을 할당)를 해야하냐 ? 에 대한 질문인 것 같은데 이 질문이 맞을까용 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
6om1n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
final로 변수를 생성할때 생성하는 시점에서 무조건 초기화(값을 할당)를 해야하냐 ? 에 대한 질문인 것 같은데 이 질문이 맞을까용