That depends on the GC implementation. Maybe you're saying that because most modern collectors tend to generational collection, and copy between generation heaps.
But copying is not required for GC. The trusty mark-and-sweep algorithm doesn't copy, for example.
But copying is not required for GC. The trusty mark-and-sweep algorithm doesn't copy, for example.
See: http://en.wikipedia.org/wiki/Garbage_collection_%28computer_...