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

When can an object reference be cast to an interface reference in java programming?

0 Answers  


what is use of threads how many ways to create thread

3 Answers   iTrust, Verizon,


what is wrapper class and its uses?

2 Answers  


Why wait and notify methods are declared in object class?

0 Answers  


What is vector capacity in java?

0 Answers  






What are the types of casting?

0 Answers  


why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.

4 Answers  


Can a class be private in java?

0 Answers  


What is an object's lock and which object's have locks in java programming?

0 Answers  


Explain different ways of creating a thread. Which one would you prefer and why?

0 Answers  


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

0 Answers   Infosys,


Differences between external iteration and internal iteration?

0 Answers  


Categories