null object oor Koreaans

null object

naamwoord
en
An object that is both an initial and terminal object.

Vertalings in die woordeboek Engels - Koreaans

null 개체

en
An object with no members.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
If this reference object has been cleared, either by the program or by the garbage collector, then this method returns null . Returns: The object to which this reference refers, or null if this reference object has been cleared clear
프로그램 또는 가비지 컬렉터에의해 이 참조 객체가 이미 클리어 되고 있는 경우, 이 메서드는 null 을 리턴합니다. 반환값: 이 참조가 나타내는 객체. 이 참조 객체가 클리어 되고 있는 경우는 nullParaCrawl Corpus ParaCrawl Corpus
Consider the following Java code: LinkedList<String> list; list = new LinkedList<String>(); list.add("foo"); list = null; The identifier list initially references nothing (it is uninitialized); it is then rebound to reference an object (a linked list of strings).
다음의 자바 코드를 보자: LinkedList<String> list; list = new LinkedList<String>(); list.add("foo"); list = null; 식별자 list는 초기에 아무것도 참조하지 않는다(초기화되지 않았다); 그 후 이것은 객체를 참조하기 위해 리바운드된다(문자열들의 링크드 리스트). list에 의해 참조되는 링크드 리스트는 리스트에 문자열을 추가하면서, 그 후 변형된다.WikiMatrix WikiMatrix
How to take release one COM Object with PowerShell? $null = [ System .
PowerShell로 COM 개체를 어떻게 해제하나요? $null = [ System .ParaCrawl Corpus ParaCrawl Corpus
How to release a COM Object with PowerShell? $null = [ System .
PowerShell로 COM 개체를 어떻게 해제하나요? $null = [ System .ParaCrawl Corpus ParaCrawl Corpus
For a drag and drop operation that does not represent data movement, you may want to use null instead of an actual object.
데이터 이동을 나타내지 않는 드래그 앤 드롭 작업의 경우, 실제 객체 대신 null 을 사용할 수 있습니다.ParaCrawl Corpus ParaCrawl Corpus
To find out more about the error, set a breakpoint in your source code on the line Object o = null; (double-click on the marker bar next to the source code line).
아래와 같이 에러가 발생한 것을 볼 수 있다. 실행중 무엇이 잘못되었는지 알고 싶다면, breakpoint 를 소스코드 상의 "Object o=null;" 라인에 걸어둔다.ParaCrawl Corpus ParaCrawl Corpus
Traditionally, and according to ECMAScript, all objects are loosely unequal to undefined and null .
전통 및 ECMAScript에 따르면, 모든 객체는 undefined 및 null 과 느슨하게 같지 않습니다.ParaCrawl Corpus ParaCrawl Corpus
Gets an object for the given key from this resource bundle. Returns null if this resource bundle does not contain an object for the given key. Specified by: handleGetObject in class ResourceBundle
이 자원 번들로부터 지정된 키의 객체를 취득합니다. 이 자원 번들이, 지정된 키의 객체를 포함하지 않는 경우는 null을 리턴합니다. 정의: 클래스 ResourceBundle 내의 handleGetObjectParaCrawl Corpus ParaCrawl Corpus
There's one Bluetooth adapter for the entire system, and your application can interact with it using this object. If getDefaultAdapter() returns null , then the device doesn't support Bluetooth.
전체 시스템에 대한 단일 블루투스 어댑터가 있고 애플리케이션이 해당 객체를 사용하여 상호작용할 수 있습니다. getDefaultAdapter() 가 null을 반환하는 경우 기기는 블루투스를 지원하지 않습니다. 예:ParaCrawl Corpus ParaCrawl Corpus
Compares two dates for equality. The result is true if and only if the argument is not null and is a Date object that represents the same point in time, to the millisecond, as this object.
2개의 날짜와 시간가 동일한지 어떤지를 비교합니다. 인수가 null 은 아니고, 한편, 이 객체와 밀리 세컨드까지 같은 시점을 나타내는 Date 객체이면, true 를 리턴합니다.ParaCrawl Corpus ParaCrawl Corpus
In all other cases an object is never loosely equal to undefined or null .
다른 모든 경우에 객체는 결코 undefined 또는 null 과 느슨하게 같지 않습니다.ParaCrawl Corpus ParaCrawl Corpus
The ErrorListener on both objects will always be valid and non-null , whether set by the application or a default implementation provided by the processor.
양쪽 모두의 객체의 ErrorListener 는 어플리케이션에 의해 설정되는지, 프로세서가 제공하는 디폴트의 구현에 의해 설정될까에 관계없이, 항상 유효해, null 이 아닐 필요가 있습니다.ParaCrawl Corpus ParaCrawl Corpus
If the user selects more than one item, then getData() returns null and you must instead retrieve each item from a ClipData object that is returned by getClipData() .
사용자가 항목을 여러 개 선택하는 경우에는 getData() 가 null을 반환하므로, 대신 getClipData() 에서 반환한 ClipData 객체에서 각 항목을 검색해야 합니다.ParaCrawl Corpus ParaCrawl Corpus
The columns in this object don't need to have the same data type, and if you don't want to specify a value at all, you can set a column to null using ContentValues.putNull() .
또한 아예 값을 지정하고 싶지 않은 경우라면 열을 null 로 설정할 수 있습니다. 이때 ContentValues.putNull() 을 사용하면 됩니다.ParaCrawl Corpus ParaCrawl Corpus
Creates a new weak reference that refers to the given object and is registered with the given queue. Parameters: referent - object the new weak reference will refer toq - the queue with which the reference is to be registered, or null if registration is not required
지정된 객체를 참조해, 지정된 큐에 등록되어 있는 새로운 약참조를 작성합니다. 파라미터: referent - 새로운 약참조가 참조하는 객체q - 참조가 등록되는 큐. 등록이 필요없는 경우는 nullParaCrawl Corpus ParaCrawl Corpus
15 sinne gevind in 12 ms. Hulle kom uit baie bronne en word nie nagegaan nie.