Java mission control memory information for classes

104 Views Asked by At

In Java mission control we can see memory usage. If we have many String objects, we can see many

char[]

but we also see java.lang.String

Arrays of chars are shown because internally String uses them, but what then does represent when Mission Control shows java.lang.String?

example https://i.stack.imgur.com/rUSIQ.png

0

There are 0 best solutions below