DEVFYI - Developer Resource - FYI

How can you minimize the need of garbage collection and make the memory use more effective?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

458. How can you minimize the need of garbage collection and make the memory use more effective?

Use object pooling and weak object references.

(Continued on next question...)

Other Interview Questions