STATIC METHODS 한국어 뜻 - 한국어 번역

['stætik 'meθədz]
['stætik 'meθədz]
정적 메서드를
static methods
정적 메서드
static method
static methods
정적 메소드

영어에서 Static methods 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
When to use static methods?
Static method 사용시점은 언제가 좋을까요?
Static methods are accessed through the class.
정적 메서드는 클래스를 통해 액세스됩니다. Static methods are accessed through the class.
When do You Use Static Methods?
Static method 사용시점은 언제가 좋을까요?
Provides static methods for creating value tuples.
값 튜플 만들기를 위한 정적 메서드를 제공합니다.
When is it appropriate to use static methods?
Static method 사용시점은 언제가 좋을까요?
Provides static methods for creating tuple objects.
튜플 개체를 생성하기 위한 정적 메서드를 제공합니다.
Implemented by a service provider, used by the static methods of this class.
서비스 프로바이더에 의해 구현되어 이 클래스의 static 메서드에 의해 사용됩니다.
Avoid providing static methods that alter static state.
정적 상태를 변경하는 정적 메서드를 제공 하지 마세요.
The following class is declared as static and contains only static methods.
다음 클래스는 static으로 선언되며 static 메서드만 포함합니다. The following class is declared as static and contains only static methods.
Applications use only the static methods of this abstract class.
어플리케이션은 이 abstract 클래스의 static 메서드만을 사용합니다.
Provides static methods to aid with the implementation of a Formatter for serialization.
Serialization을 위한 Formatter의 구현을 지원하는 정적 메서드를 제공합니다. Provides static methods to aid with the implementation of a Formatter for serialization.
A non-static class can contain static methods, fields, properties, or events.
비정적 클래스는 정적 메서드, 필드, 속성 또는 이벤트를 포함할 수 있습니다.
In older versions of Unity, any scene management was doneusing the Application class, which contains a hodgepodge of generic static methods.
Unity의 오래된 버전에서, 어떤 scene management는 Application class를 사용해서 처리됐는데,이것은 generic static methods의 뒤범벅된 것을 가지고 있다.
MyTrait$class has only static methods that take an instance of MyTrait.
MyTrait$class에는 MyTrait의 인스턴스를 받는 정적 메소드만 존재한다.
For example, to run a Node. js application that contains a class that uses field declarations and static methods, you can use the following CLI options.
예를 들어 정적 메소드나 필드 선언을 사용하는 class를 가지고 있는 Node. js 어플리케이션을 구동시키기 위해서는 당신은 CLI options를 사용해야 합니다.
Provides static methods for creating tuple objects.
튜플 개체를 작성하는 정적 메서드를 제공합니다. Provides static methods for creating tuple objects.
You can get an ExecutorService using static methods on the Executors object.
Executors 객체의 정적 메소드를 호출하면 ExecutorService 객체를 얻을 수 있다.
Static methods can be overloaded but not overridden, because they belong to the class, and not to any instance of the class.
정적 메서드는 클래스 인스턴스가 아니라 클래스에 속해 있으므로 오버로드할 수 있지만 재정의할 수 없습니다. Static methods can be overloaded but not overridden, because they belong to the class, and not to any instance of the class.
Tuple class provides static methods to create tuple objects.
튜플 개체를 생성하기 위한 정적 메서드를 제공합니다. Provides static methods for creating tuple objects.
ImageIO. read() is the most straightforward convenience API for most applications, but the javax. imageio. ImageIO class provides many more static methods for more advanced usages of the Image I/O API.
ImageIO. read()는 대부분의 응용 프로그램에 가장 간단한 편의 API이지만 javax. imageio. ImageIO 클래스는 이미지 I/O API의 고급 사용을 위해 더 많은 정적 메서드를 제공합니다.
Built-in objects have their own static methods, for instance Object. keys, Array. isArray etc.
내장 객체는 Object. keys, Array. isArray 등의 자체 정적 메서드를 갖습니다.
Provides RegistryKey objects that represent the root keys in the Windows registry, and static methods to access key/value pairs.
Windows 레지스트리의 루트 키를 나타내는 RegistryKey 개체와 키/값 쌍에 액세스하는 static 메서드를 제공합니다. Provides RegistryKey objects that represent the root keys in the Windows registry, and static methods to access key/value pairs.
ImageIO class provides many more static methods for more advanced usages of the Image I/O API.
ImageIO 클래스는 이미지 I/O API의 고급 사용을 위해 더 많은 정적 메서드를 제공합니다.
Static methods and properties cannot access non-static fields and events in their containing type, and they cannot access an instance variable of any object unless it is explicitly passed in a method parameter.
정적 메서드 및 속성은 포함하는 형식의 비정적 필드 및 이벤트에 액세스할 수 없으며,메서드 매개 변수에 명시적으로 전달되지 않은 경우 개체의 인스턴스 변수에 액세스할 수 없습니다. Static methods and properties cannot access non-static fields and events in their containing type, and they cannot access an instance variable of any object unless it is explicitly passed in a method parameter.
The Variables pane also lets you evaluate ad-hoc expressions using static methods and/or variables available within the selected frame.
또한 Variables 창을 사용하면 선택한 프레임 내에서 사용 가능한 정적 메서드 및/또는 변수를 사용하여 임시 식을 평가할 수 있습니다.
Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
삼각, 로그 및 기타 일반 수학 함수에 대한 상수 및 정적 메서드를 제공합니다.
The PrivateType class is similar, but is used for calling private static methods instead of calling private instance methods..
PrivateType 클래스도 이와 유사하지만 전용 인스턴스 메서드를 호출하는 대신 전용 정적 메서드를 호출하는 데 사용됩니다. The PrivateType class is similar, but is used for calling private static methods instead of calling private instance methods.
The GetNextSerialNo and SetNextSerialNo static methods can access the nextSerialNo static field, but it would be an error for them to directly access the serialNo instance field.
GetNextSerialNo 및 SetNextSerialNo 정적 메서드는 nextSerialNo 정적 필드에 액세스할 수 있지만 serialNo 인스턴스 필드에 직접 액세스하면 오류가 발생합니다. The GetNextSerialNo and SetNextSerialNo static methods can access the nextSerialNo static field, but it would be an error for them to directly access the serialNo instance field.
While instance methods can reference a particular enclosing object instance using the keyword this, static methods operate without reference to a particular object.
인스턴스 메서드는 키워드 this를 사용하여 특정 바깥쪽 개체 인스턴스를 참조할 수 있지만 정적 메서드는 특정 개체에 대한 참조 없이 작동합니다. While instance methods can reference a particular enclosing object instance using the keyword this, static methods operate without reference to a particular object.
Interlocked class provides static methods that perform simple atomic operations on a variable.
Interlocked 클래스는 변수에서 단순 원자성 작업을 수행하는 정적 메서드를 제공합니다. The System.
결과: 36, 시각: 0.0498

영어 문장에서 "static methods"를 사용하는 방법

Static methods can access static methods and static fields directly.
Static methods can call other static methods and access static data directly.
Static methods cannot call nonstatic methods.
And we've seen static methods before.
The following static methods support compilation.
All static methods are automatically final.
You can’t call static methods remotely.
Otherwise the static methods simply convert.
Static methods don't require any object.
자세히보기

한국어 문장에서 "정적 메서드"를 사용하는 방법

따라서 클래스의 인스턴스 대신 클래스 정의 자체를 대상으로 정의되는 정적 메서드 개념이 필요합니다.
그러나 컴파일러에서 생성된 IL(중간 언어)이 코드를 정적 메서드 호출로 변환합니다.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어