What is the translation of " GARBAGE COLLECTOR " in English?

Examples of using Garbage collector in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Rust không cần Garbage Collector?
Go needs a garbage collector.
Do đó, chúng sẽ được tìm thấy bởi garbage collector..
Of course it's going to garbage collect.
HotSpot chứa 4 bộ Garbage Collector khác nhau.
HotSpot has four garbage collectors.
Do đó, chúng sẽ được tìm thấy bởi garbage collector.
This way it will get picked up by the browser's garbage collector.
Ý tưởng sử dụng Garbage Collector là thu hồi“ vùng bẩn” giống cách JFFS2 đang làm.
The idea of Garbage collector which reclaims dirty space is the same as in JFFS2.
Combinations with other parts of speech
Usage with nouns
Thời gian chạy.NET hoàn toàn phụ thuộc vào garbage collector instead.
The. NET runtime relies on the garbage collector instead.
Thay vào đó JS engine sẽ tự động dọn dẹp đựa vào một thứ gọi là garbage collector.
Instead, the JS engine does that automatically using something called a garbage collector.
Garbage Collector sẽ thực hiện công việc của nó trong Generation 0 chỉ khi Generation 0 bị đầy.
In reality, the garbage collector performs a collection when generation 0 is full.
Để loại bỏ rác đó, hãy sử dụng một plugin có tên là Garbage Collector.
To get rid of that garbage, use a plugin called Garbage Collector.
Nguyên nhân là khi bitmap lớn,sẽ làm cho Garbage collector( GC) chạy thường xuyên hơn.
The reason is that the bitmaps arelarger in size, it makes the Garbage Collector(GC) run very frequently.
Garbage Collection được thựchiện bởi một luồng hiểm gọi là Garbage Collector( GC).
Garbage collection is carried out by daemon thread called garbage collector.
Điều quan trọng là phải kiểm tra hành vi của garbage collector trên các ứng dụng cụ thể khi chuyển sang Java 9.
It's important to test the behavior of this garbage collector on your particular applications when moving to Java 9.
Làm thế nào để lấy mộttập hợp của bộ nhớ bằng“ garbage collector“ với Powershell?
How to force a collection of memory by the garbage collector with PowerShell?
Nó là có thể để định nghĩa một phương thức mà sẽ được gọi ngay trướckhi hủy một đối tượng bởi Garbage Collector.
It is likely to define a method that is tobe called before an object's final destruction by garbage collector.
Cuối cùng,servlet trở thành rác và được thu thập bởi Garbage Collector của JVM.
Finally, servlet is garbage collected by the garbage collector of the JVM.
Chú ý cách garbage collector dừng khả năng thu thập xung quanh thời điểm 1 phút 40 giây, và để ý rằng bộ nhớ bị tràn;
Notice how the garbage collector stopped being able to reclaim memory around 1:40, and notice the memory leak;
Sau khi phương thức destroy() được gọi,đối tượng servlet này được đánh dấu cho Garbage Collector.
After the destroy() method is called,the servlet object is marked for garbage collection.
Dù sao, điều quan trọng là phải kiểm tra hành vi của garbage collector trên các ứng dụng cụ thể khi chuyển sang Java 9.
Anyway, it's important to test the behavior of this garbage collector on your particular applications when switching to Java 9.
Được gọi bởi garbage collector trên một object khi garbagecollection xác định rằng không có thêm reference đến object.
Called by the garbage collector on an object when garbage collector determines that there are no more references to the object.
Trong khi hầu hết những ngôn ngữ lập trình xử lý việc cấp phát đối tượng vàgiải phóng sử dụng thuật toán Garbage Collector hoặc Reference Counting.
While most of the programming languages handle object allocation andremoving using Garbage Collector or Reference Counting algorithms.
Được gọi bởi garbage collector trên một object khi garbagecollection xác định rằng không có thêm reference đến object.
This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.
Một thay đổi quan trọng khác trongJava 9 là di chuyển đến Garbage Collector G1( Garbage First) như bộ garbage collector theo mặc định.
Another important change in Java 9 is the move to Garbage Collector G1(Garbage First) as a garbage collector by default.
Đối tượng WeakReference: Khi Garbage collector tìm thấy một tham chiếu object" yếu" thì nó xóa toàn bộ các tham chiếu đến nó, loại bỏ tất cả chúng khỏi bộ nhớ.
WeakReference object: When garbage collector senses a weakly referenced object, all references to it are cleared and ultimately taken out of memory.
Như bạn nhìn thấy, có 2 kiểu Object: Tham chiếu( Referenced) và khôngtham chiếu( Unreferenced), Garbage Collector có thể xoá bỏ các Object không được tham chiếu.
As we can see, we have two types of objects-referenced and unreferenced; the Garbage Collector can remove objects that are unreferenced.
Bằng cách này ta tránh được việc trực tiếp tham chiếu các object,nhưng có thể sử dụng các object tham chiếu đặc biệt mà những object này dễ dàng được" rọn" bởi Garbage Collector.
This allows you to avoid directly referencing objects,but use special reference objects that are easily cleared by the garbage collector.
Các chức năng này được thực thi bởi các thành phần bên trong CLR như Class loader,Just In Time compiler, Garbage collector, Exception handler, COM marshaller, Security engine,….
These functions are executed by the CLR internal components as Class loader,Just In Time compiler, Garbage collector, Exception Handler, COM marshaller, Security engine,….
Android cung cấp một- bộ quản lý bộ nhớ- Nhiệm vụ của nó là quyết định những đối tượngnào không còn được sử dụng nữa, khi đó, GC( garbage collector) sẽ giải phóng những vùng nhớ không còn được về lại bộ nhớ heap.
Android provides a managed memory environment- when it determines that your appis no longer using some objects, the garbage collector releases the unused memory back to the heap.
Chúng ta tạo một ArrayList như một trường static màsẽ không bao giờ bị thu thập bởi JVM Garbage Collector trong suốt quá trình JVM tồn tại, ngay cả sau khi việc tính toán được sử dụng đã hoàn thành.
We created our ArrayList as a static field-which will never be collected by the JVM Garbage Collector during the lifetime of the JVM process, even after the calculations it was used for are done.
Định nghĩa chuẩn của tràn bộ nhớ là kịch bản xảy ra khi các Object không cònđược sử dụng nữa bởi ứng dụng, nhưng Garbage Collector không thể xoá chúng khỏi bộ nhớ đang hoạt động- Bởi vì chúng vẫn đang được tham chiếu.
The standard definition of a memory leak is a scenario that occurs when objects areno longer being used by the application, but the Garbage Collector is unable to remove them from working memory- because they're still being referenced.
Results: 29, Time: 0.0205

Word-for-word translation

Top dictionary queries

Vietnamese - English