DEVFYI - Developer Resource - FYI

Name few Garbage collection algorithms?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

424. Name few Garbage collection algorithms?

Here they go:

Mark and Sweep
Reference counting
Tracing collectors
Copying collectors
Heap compaction
Mark-compact collectors

(Continued on next question...)

Other Interview Questions