Discussion on:

3
Comments

Join the conversation!

Follow via:
RSS
Email Alert
completely agree things are much easier with introduction of Ergonomics and some new garbage collector.

Thanks
what is garbage collection in java
For maximum throughput at the expense of pause time, try enabling a parallel version of both the young and old generation collectors using the parallel garbage collector flag-
XX:+UseParallelOldGC.

How Java Garbage Collection works
0 Votes
+ -
I would like to add that Garbage collection in Java can involve some algorithms like Mark and Sweep, stop and copy etc.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.