Does garbage collection occur in permanent generation space in jvm?
Answer / Gulab Singh
No, the Garbage Collector (GC) does not directly collect objects from the Permanent Generation (PermGen) Space in JVM. Since Java 9, PermGen has been replaced by Metaspace.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the names of interfaces that doesn't consists of method/s ?
what is multitherading
Can a constructor call the constructor of parent class?
How does access modifiers work?
what is the difference between future and callable interface in java?
write java code to print second max number in the array
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is array length in java?
if two references are having same hash codes,is that means those are refering to same object?
Are static members inherited to sub classes?
Why is a singleton bad?
What is Recursion Function?