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

Which list does not allow duplicates in java?

0 Answers  


What is binary search in java?

0 Answers  


What is a programming object?

0 Answers  


Relationship between an event-listener interface and an event-adapter class?

1 Answers  


Whats the difference between notify() and notifyall()?

0 Answers  






Explain the difference between transient and volatile in java?

0 Answers  


What are different types of arrays?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


How can you debug the Java code?

6 Answers   BirlaSoft,


What is aggregation?

1 Answers   Cap Gemini,


Does windows 10 need java?

0 Answers  


What is static class

0 Answers   EDS,


Categories