Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

garbage-collection

How does Java Garbage Collection work with Circular References?

by IT Nursery

From my understanding, garbage collection in Java cleans up some objects if nothing else is ‘pointing’ to that object. My question is, what … Read more

Tags garbage-collection, java

How to handle :java.util.concurrent.TimeoutException: android.os.BinderProxy.finalize() timed out after 10 seconds errors?

by IT Nursery

We’re seeing a number of TimeoutExceptions in GcWatcher.finalize, BinderProxy.finalize, and PlainSocketImpl.finalize. 90+% of them happen on Android 4.3. We’re getting reports of this … Read more

Tags android, garbage-collection

Understanding garbage collection in .NET

by IT Nursery

Consider the below code: public class Class1 { public static int c; ~Class1() { c++; } } public class Class2 { public static … Read more

Tags .net, c, garbage-collection

When is it acceptable to call GC.Collect?

by IT Nursery

The general advice is that you should not call GC.Collect from your code, but what are the exceptions to this rule? I can … Read more

Tags .net, c, garbage-collection

Do event handlers stop garbage collection from occurring?

by IT Nursery

If I have the following code: MyClass pClass = new MyClass(); pClass.MyEvent += MyFunction; pClass = null; Will pClass be garbage collected? Or … Read more

Tags .net, c, event-handling, garbage-collection

How does the new automatic reference counting mechanism work?

by IT Nursery

Can someone briefly explain to me how ARC works? I know it’s different from Garbage Collection, but I was just wondering exactly how … Read more

Tags automatic-ref-counting, cocoa-touch, garbage-collection, objective-c

How to force garbage collection in Java?

by IT Nursery

Is it possible to force garbage collection in Java, even if it is tricky to do? I know about System.gc(); and Runtime.gc(); but … Read more

Tags garbage-collection, java

Why doesn’t C++ have a garbage collector?

by IT Nursery

I’m not asking this question because of the merits of garbage collection first of all. My main reason for asking this is that … Read more

Tags c, c++11, garbage-collection

What is JavaScript garbage collection?

by IT Nursery

What is JavaScript garbage collection? What’s important for a web programmer to understand about JavaScript garbage collection, in order to write better code? … Read more

Tags garbage-collection, javascript

Managing the lifetimes of garbage-collected objects [closed]

by IT Nursery

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more

Tags allocation, garbage-collection, lifetime, rust
Post navigation
Older posts
Page1 Page2 Page3 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery