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 does business logic mean?

0 Answers  


Is java still necessary?

0 Answers  


When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?

0 Answers  


What is meant by string is immutable?

0 Answers  


Can static methods be overridden?

5 Answers   Bravura Solutions,


What are hot spots in Java programming?

1 Answers  


What is a variable declaration?

0 Answers  


List primitive java types?

0 Answers  


What is the use of jtable?

0 Answers  


who can i handle multiple client in RMI

0 Answers  


What is an example of character?

0 Answers  


Can vector have duplicates in java?

0 Answers  


Categories