answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which organelles would most likely be the garbage collector?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Memorymically and and not reclaming it when it is no longer it is needed in java there is no such problem as there is as garbage collector what is it?

I guess you want to talk about the garbage collector feature that Java has. The garbage collector is an automated program that the Java virtual machine would run once in a while. This program would clean up unused memory to ensure that there is enough memory available for the programs. you can invoke the garbage collector by calling the system.gc() method but this does not guarantee an invocation of the garbage collector. the JVM may or may not call the GC when we invoke it...


How do you write a Program on garbage collector in java?

Garbage collection is an operation that happens automatically in Java. We cannot write programs to perform them. All we can do is call the system's implementation of the Garbage collector and hope that it would execute. "Runtime.gc();" Place the above piece of code in your code, if you want to invoke the garbage collector. Invoking the runtime's implementation of the gc does not guarantee the execution of the garbage collector. It may or may not run. The JVM decides on that.


What would your salary be if you worked as a garbage collector for nyc since 1988?

I'm stumped can you help answer the question


How do you release memory in VB.NET?

Memory management (including releasing memory) is always handled by the Garbage Collector. Generally you would allow the garbage collector to run automatically.In some situations you may want to ask the garbage collector to collect sooner. In these cases you can call System.GC.Collect(). You can also implement the IDisposable interface on any classes that require special handling by the garbage collector, such as releasing database connections, file handlers or COM objects.The garbage collector does not manage COM objects. If you are working with COM objects, I recommend you read the following article:Beyond (COM) Add Reference: Has Anyone Seen the Bridge?http://msdn.microsoft.com/en-us/library/ms973274.aspx


What is the Java Garbage Collector?

A Garbage Collector in Java is a Java program that runs automatically every few seconds to check if there are any objects in the JVM memory that is not being used/referenced by the programs that are being executed. If so, such objects would be removed from the memory, making the free memory available for the other objects to use. This is very good for us because, we need not write specific programs to release unused objects to ensure that our application has enough memory to keep running. If the garbage collector is not there, then we would have manually write the code to ensure that our app keeps running. If we don't have the garbage collector, then we would be very frequently getting Out of Memory error in our application.


What animals are affected by garbage dumps?

Every kind of animal is affected by garbage dumps. It would be most likely be a stray cat, dog or a wild bird.


Where can I find a black or chrome garbage can?

Black garbage cans can regularly be found in department stores such as Target or Walmart. Chrome garbage cans are not likely to be found in chain stores, but would warrant looking on Amazon or Craigslist.


How is garbage collection done in c plus plus?

Garbage collection is used to released resources which were previously used by the application(s) which is called garbage collector. Garbage collection allows to prevent memory leaks which are the main problem of old style of programming.


Which is the most likely reason that the garbage cans become the food source for the raccoons?

Garbage cans are a readily available source for an easy meal. Raccoons do not have to work nearly as hard to obtain a meal from garbage as they would foraging for food in the wild.


How can you tell if a Nirvana With the Lights Out CD album is a fake?

You would likely need to have it looked at by a collector who would be able to provide you with that information


What are the condition which can cause an object to be garbage collected?

A Java object is ready to be garbage collected if there are no active references to the object. Let us say you declare an object of type ArrayList inside a for loop and process it. That object is local to the for loop and once the loop is executed there are no open references to the array list. Hence after the method is executed this object would be eligible to be garbage collected. The JVM garbage collector would search for such unused/unreferenced objects and clear them.


Should the local government make our garbage bins bigger?

yes they should be because since the rubbish collector only comes at the end of the week then by that day the bins would be full so yes the local government should make the garbage bins bigger Thx