This means that within the body of a subclass, a static variable or method can be used without referencing the class in which it was defined.
즉, 하위 클래스의 본문 내에서는 정적 변수 또는 메서드가 정의된 클래스를 참조하지 않고도 해당 변수 또는 메서드를 사용할 수 있습니다.
This "traditional" or "home made" static variable has an extra feature.
이러한 "전통적인" 또는 "직접 만든" 정적 변수에는 추가적인 특징이 있습니다.
Select Static Variable from the list.
Listing 19-10: Reading from or writing to a mutable static variable is unsafe
Listing 19-10: 가변 정적 변수를 읽거나 쓰는 것은 안전하지 않습니다
In the C programming language one can designate a variable to be a static variable. This means it gets initialized only once and it sticks around retaining its old value between function calls.
C 프로그래밍 언어에서는 변수를 정적(static) 변수로 지정할 수 있습니다. 이렇게 지정된 변수는 단 한 번만 초기화되고 함수가 종료되고 다음 번 호출될 때까지 계속 값을 유지하게 됩니다.
Other results
Global and static variables are stored in the dictionary.
This is true even for static variables in superclasses.
이는 수퍼 클래스에 있는 정적 변수의 경우에도 마찬가지입니다.
You cannot access static variables through an instance of the class, so the following code returns errors
클래스 인스턴스를 통해서는 정적 변수에 액세스할 수 없으므로 다음 코드에서는 오류가 반환됩니다.
Assume that the static variables are used elsewhere in the SDK as well.
정적 변수는 SDK의 다른 위치에서도 사용된다고 가정하십시오.
If the static variables are not public and final the naming syntax is the same as instance and local variables.
Rules provide a mechanism for storing frequently used logic or static variables for reuse within forms, workflows, and roles.
규칙은 자주 사용되는 논리 또는 양식, 작업 흐름 및 역할에서 재사용되는 정적 변수를 저장하는 방식을 제공합니다.
Variables used only by Linux were incorrectly set as static variables.
For example, you can use the "ENV" key to set static variables.
예를 들어, "ENV" 키를 사용하여 정적 변수를 설정할 수 있습니다.