8 ms·
I can just confirm what others are saying here - Java is great for the development of robust and reliable software. If you need even lower memory usage, you can
by joshefin 7y ago
I can just confirm what others are saying here - Java is great for the development of robust and reliable software. If you need even lower memory usage, you can compile the Java app with a GraalVM to a native image.