answersLogoWhite

0


Best Answer

Everyone in the world has a garbage collection and really does not matter if you are famous or not. To not have your garbage collected would be consider unsanitary to some and hoarding to others.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who are famous people who have a garbage collection?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Recyle tv in Michigan?

Contact you local government/ garbage collection people


How do you force garbage collection in java?

. Garbage collection cannot be forced. Calling System.gc() or Runtime.gc() is not 100 percent reliable, since the garbage-collection thread might defer to a thread of higher priority


What is the need for garbage collection?

Assuming you mean garbage collection in computers: it is a method often used to reclaim memory, once it is no longer used. Note that garbage collection is not the only possible way to manage memory.


Who performs the garbage collection?

A garbage truck. In computer programming, a process known as the garbage collector.


Garbage collection in the Middle Ages was often done by .?

Garbage collection in the Middle Ages was often done by roaming animals.


How you can inforce the garbage collection?

Forcing Garbage CollectionFirst and foremost, unlike this paragraphs title, garbage collection cannot be forced. However, Java provides some methods that allow you to request that the JVM perform garbage collection.In reality, it is possible only to suggest to the JVM that it perform garbage collection. However, there are no guarantees the JVM will actually remove all of the unused objects from memory (even if garbage collection is run).


2 What is the purpose of garbage collection in java and when is it used?

Garbage collection prevents memory leaks. In Java, the Java Virtual Machine will garbage collect whenever there is memory that has no references.


How is household garbage collected in the US?

Cities have a collection service, usually city employees. For people outside of city limits, but in developed areas, there are private waste collection companies that collect garbage for a fee. People in remote areas bury their garbage or dispose of it in any convenient way- sometimes by dumping it in a nearby chasm or ravine , or by hauling it to dumpsters maintained by the county.


What do the letters GIGO stand for?

garbage in, garbage out.. it also a famous underware brand garbage in, garbage out garbage in, garbage out


What are the Rules and regulations in collection and disposal of garbage?

recycling


How does garbage collection work in Vietnam?

they do it with there hands and dump it into a small hole that the trash is put but,people can accualy Re use it.


When the number of references to an object becomes that object is marked for garbage collection?

When the object is no longer referenced anywhere else in your program, then the object becomes marked for garbage collection.