Strings consume a lot of memory in any application. Especially the char containing the individual UTF-16 characters is contributing to most of the memory consumption of a JVM by each character eating up two bytes. It is not uncommon to … Continue reading →
Comments (0)
Sign in to post comments.