01-21-2011 11:22 PM
Hi Guys,
I am a relative new member in this forum , My name is Javin Paul and I am Java programmer. I have question related to garbage collection in Java
Does garbage collection occurs in PERM Area of Java Heap ?
As per my knowledge PERM area is used to store meta data about classes, methods , variable etc also String Pool created in PERM area of heap so I believe garbage collection does not occur in this place but just wanted to know what do you guys think of it ?
Thanks
Javin
Solved! Go to Solution.
01-22-2011 12:46 PM
Hello Javin,
We don't have any real knowledge into the workings of the JVM on BlackBerry.
01-24-2011 07:17 AM
The concepts of heap and so on that you are used to, do not apply to Blackberry JVM - well they probably do, but it is well hidden from us. I recommend that you review this video to understand what you can control re garbage collection.