Total members 11890 |It is currently Tue Apr 23, 2024 8:06 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Can any one explain me whether the garbage collect a class or interface?how the
System.gc invokes this garbage collector?




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

Classes and interfaces are represented by Class objects. When a class or
interface is no longer used, there will be no references to the Class
objects. This signals the garbage collector to collect unused classes
and interfaces.

System.gc () invokes a thread that is defined by the JVM. I's sole
purpose is to perform "garbage collection".

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : Is garbageCollector a Class or interface?
 java abstract class,concrete class and interface     -  
 The difference between an Interface and an Abstract class     -  
 Interface Collection and Class Collection     -  
 Define class helper class to check the method existance     -  
 relationship between the Canvas class and the Graphics class     -  
 Define class inside another class C++     -  
 inner class that is a member of an outer class?     -  
 What is an Interface? !!!!     -  
 Implement an interface in php     -  
 java interface example     -  



Topic Tags

Java OOP






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com