What is Java good for Reddit?

Java does better handling of classes and objects, and has garbage collection . Without garbage collection, if you don’t clean up every last memory bit in C/C++, you’ll have a memory leak which is just a ticking time bomb. So garbage collection is pretty huge. Java handles strings better and is nice with arrays.

Read more