Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is garbage collection in Java, and how can it be used ?

Answer Posted / rahulmishra642

1>Garbage collection is a deamon thread which runs at the background to support the nin deamon thread.
2>garbage collector is responsible to destroy the useless objects.
3>An obejct is eligible for GC if and only if it doesn;t have any reference.
4>we can also call GC explicitly by System Class and Runtime class
By System Class:
- System.gc();
By Runtime Class
-Runtime r = Runtime.getRuntime(); (here we are creating runtime object by using factory method)
now, you can call gc() method
-r.gc();

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you implement tree mirroring in java?

1125


Can you explain the private protected field modifier?

1076


If try block is successfully executed, Then Is Finally block executed?

1127


What are methods and how are they defined?

1275


What are the 4 types of research methods?

963


What is a methodologist?

1140


Difference between concurrent hashmap and hashtable and collections

1134


List some oops concepts in java?

1093


What is memory leak and how does java handle it?

1030


What is a two-pass assembler?

1101


Which is the class in java?

1119


What do you mean by stack?

1204


What is meant by vector class, dictionary class, hash table class, and property class?

1237


What is the main use of java?

1227


what is the major difference between linkedlist and arraylist in java?

1301