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?
Simple (and oversimplified) answer: it's where the jvm stores its own bookkeeping data, as opposed to your data.