반응형 java class scope1 [자바기초.027] 변수 사용 범위(Scope & Access) [자바기초.027] 변수 사용 범위(Scope & Access) 1. 변수의 사용 범위 자바에서 변수를 만들 때, 변수의 사용 범위는 { } 로 정해진다. 자바에는 3가지 변수 범위(level of scope)가 있다. Class Level Scope for instance variables inside a class. Method Level Scope for local variables (including parameter variables) inside a method. Block Level Scope for loop variables and other local variables defined inside of blocks of code with { }. 지역 변수(Local variables)는 .. 2024. 3. 26. 이전 1 다음 728x90 반응형