While learning about java memory profiling, I keep seeing the term \"perm space\" in addition to \"heap.\" I know what the heap is - what\'s perm space?
It holds stuff like class definitions, string pool, etc. I guess you could call it meta-data.