Is there memory leaks in java?

Answers were Sorted based on User's Feedback



Is there memory leaks in java?..

Answer / 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

Is there memory leaks in java?..

Answer / deeksha

No, there is no memory leaks in java

Is This Answer Correct ?    5 Yes 4 No

Is there memory leaks in java?..

Answer / guest

Yes. memory leaks are there in java.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is string pool?

0 Answers  


What is instance example?

0 Answers  


What is a linkedhashmap java?

0 Answers  


What is the definition of tree ?

0 Answers   Amazon,


Can we write multiple catch blocks under single try block?

0 Answers  






Name the packages in JDK?

2 Answers  


what is session facade ?

3 Answers  


What is Java Classloader?

1 Answers   Phantom Technologies,


Why is sizeof not a function?

0 Answers  


What is array in java?

0 Answers  


What is a concrete classes? Is Java object class is concrete class?

0 Answers   Infosys,


what is Dictionary? and what purpose it is used for?

3 Answers  


Categories