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?