Is there memory leaks in java?

Answer Posted / aravinda reddy

Yes of course, even though garbage collection low priority
threads running in the back ground in jav, there are still
possibilities are there for memory leaks.

Example : Some objects are no longer useful, but some other
objects refers to these objects, in this case garbage
collection process can not reclaim the memory allocated for
unused objects

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is java logo a cup of coffee?

633


whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net

1669


define the terminology association.

629


What is floating data type?

549


Can you give few examples of final classes defined in java api?

569






Are maps ordered java?

518


Where are register variables stored?

601


Is class forname reflection?

527


Is it possible to compare various strings with the help of == operator? What are the risks involved?

632


How to make object serializable in java?

559


What are 5 boolean operators?

632


What is the constructor?

593


What is Hierarchy of exception?

655


Can a class be protected in java?

514


What does .equals do in java?

535