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...


Does garbage collection guarantee that a program will not
run out of memory?



Does garbage collection guarantee that a program will not run out of memory?..

Answer / ranganathkini

Garbage Collection of Java is an automatic mechanism that
safeguards against memory leaks and handles memory
allocation and de-allocation.

The GC makes all possible attempts to free memory and make
it available for fresh allocations. But at certain times it
cannot. At those times, it throws an OutOfMemoryError.

So to conclude, GC handles most of the memory management and
makes all possible attempts to make memory availabe for the
application but it does not gurantee that it will be able to
provide it.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain jvm, jre, and jdk?

0 Answers  


Where the CardLayout is used?

1 Answers  


What are event-delegation model and event-inheritance model? Which is best?

1 Answers  


What is difference between filereader and bufferedreader?

0 Answers  


What is a for loop in java?

0 Answers  


What is the primitive type short?

0 Answers  


what do you mean by marker interface in java?

0 Answers  


Can we sort set in java?

0 Answers  


Why java is used everywhere?

0 Answers  


What is mean by exception?

0 Answers  


What is a singleton class? Give a practical example of its usage.

0 Answers  


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

0 Answers  


Categories