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 / devarathnam c,kotagudibanda(po

Hi...
GarbageCollector: Whenever an object is no longer used in
the program at that time the garbage collector reclaims the
memory of an object.It is controlled by the JVM ,The JVM
runs periadically by using "mark" and "sweep"algorithms.
Instead of "destructor" in c++ , java supports garbage
collector.

Is This Answer Correct ?    84 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is the empty set a singleton?

1037


How does compareto work in java?

1097


Can constructor be static or final?

1161


What are recursive functions?

1105


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

1127


What are the different types of java?

1112


What is constructor and virtual function? Can we call a virtual function in a constructor?

1190


What is jar?

1174


How can you read an integer value from the keyword when the application is runtime in java? example?

1198


What is meant by bytecode?

1080


How can you set an applet’s height and width as a percentage?

976


Which java version is latest?

1089


Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

1374


Tell me about different OOPS concepts.

1053


What is array size in java?

1020