THE GARBAGE COLLECTOR in Vietnamese translation

[ðə 'gɑːbidʒ kə'lektər]
[ðə 'gɑːbidʒ kə'lektər]
garbage collector
thu gom rác
garbage collection
rubbish collection
garbage collectors
garbage collected
waste collection
trash collection
refuse collection
collecting waste
collecting trash
rubbish collectors

Examples of using The garbage collector in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
This will force the garbage collector to run, freeing up the unused memory at a time that is convenient for us.
Điều này sẽ buộc người thu gom rác chạy, giải phóng bộ nhớ không sử dụng tại thời điểm thuận tiện cho chúng ta.
The gc() method is used to invoke the garbage collector to perform cleanup processing.
Phương thức gc() được sử dụng để gọi bộ thu gom rác để thực hiện quá trình dọn dẹp.
This hotfix includes changes to the Garbage Collector, adjusting the conditions in which Gen2 collections occur on computers that have 80 GB
Hotfix này bao gồm các thay đổi để thu rác điều chỉnh điều kiện mà bộ sưu tập
If you look carefully at the output of the garbage collector, you will find that PermGen space is also garbage collected.
Nếu bạn nhìn kỹ vào output( xuất) của bộ dọn rác, bạn sẽ thấy là PermGen cũng là bộ dọn rác..
The most obvious problem is that the garbage collector can take a considerable amount of time to run.
Vấn đề rõ ràng nhất là bộ thu gom rác có thể mất một lượng thời gian đáng kể để chạy.
Finalize() method is used for performing code clean-up before the object is reclaimed by the garbage collector.
Finalize() là phương thức được sử dụng để thực hiện quá trình" clean up" trước khi một đối tượng được garbage collector thu thập lại.
Ref package, you can work with the garbage collector in your program.
Ref ta có thể làm việc với trình rọn rác Garbage Collector trong ứng dụng của mình.
disposing of them too quickly for the garbage collector to keep up.
xử lý chúng quá nhanh để người thu gom rác theo kịp.
However, it's best to dereference objects that you no longer need so that the garbage collector can free up that memory.
Tuy nhiên, tốt nhất là để các object tham chiếu mà bạn không cần cho bộ dọn rác có thể giải phóng bộ nhớ.
The whole array of structs must now be examined by the garbage collector when it runs.
Toàn bộ các cấu trúc bây giờ phải được kiểm tra bởi người thu gom rác khi nó chạy.
Using the java. lang. ref package, you can work with the garbage collector in your program.
Sử dụng gói thư viện java. lang. ref ta có thể làm việc với trình rọn rác Garbage Collector trong ứng dụng của mình.
have not been collected by the garbage collector yet.
chưa bao giờ được thu thập từ bộ dọn rác.
Notice how the garbage collector stopped being able to reclaim memory around 1:40, and notice the memory leak; the number of
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,
The garbage collector is triggered whenever a heap allocation cannot be fulfilled from available heap memory, which means that frequent heap allocations and deallocations can lead to frequent garbage collection.
Trình thu gom rác được kích hoạt bất cứ khi nào phân bổ vùng heap không thể được thực hiện từ bộ nhớ heap có sẵn, điều đó có nghĩa là việc phân bổ và xử lý heap thường xuyên có thể dẫn đến việc thu gom rác thường xuyên.
Android provides a managed memory environment- when it determines that your app is no longer using some objects, the garbage collector releases the unused memory back to the heap.
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ượng nà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.
If the garbage collector has a lot of objects on the heap and/or a lot of object references to examine,
Nếu trình thu gom rác có rất nhiều đối tượng trên heap
The standard definition of a memory leak is a scenario that occurs when objects are no longer being used by the application, but the Garbage Collector is unable to remove them from working memory- because they're still being referenced.
Đị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.
Optionally, memory can be compacted after the garbage collector deletes objects, so remaining objects are
Tuỳ chọn, bộ nhớ có thể được nén sau khi tiến trình thu gom rác xoá các Object,
Android provides a managed memory environment-when it determines that your app is no longer using some objects, the garbage collector releases the unused memory back to the heap.
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ượng nà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.
that should be displayed, meaning that the garbage collector must examine this reference as part of its operation.
có nghĩa là trình thu gom rác phải kiểm tra tham chiếu này như một phần của hoạt động của nó.
Results: 56, Time: 0.0429

Word-for-word translation

Top dictionary queries

English - Vietnamese