DEVFYI - Developer Resource - FYI

How do you enable the concurrent garbage collector on Sun's JVM?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

433. How do you enable the concurrent garbage collector on Sun's JVM?

-Xconcgc options allows us to use concurrent garbage collector (1.2.2_07+)we can also use -XX:+UseConcMarkSweepGC which is available beginning with J2SE 1.4.1.

(Continued on next question...)

Other Interview Questions