I was trying to understand the memory structure of HotSpot JVM and got confused with the two terms 'Method Area' and 'PermGen' space. The docs I referred say that Method Area contains the definition of classes and methods including the byte code. Some other docs say that they are stored in the PermGen space.
So can I conclude that these two memory areas are same?