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 a null class?

0 Answers  


What is the destroy method?

0 Answers  


What does it mean to be immutable?

0 Answers  


What are the three parts of a lambda expression? What is the type of lambda expression?

0 Answers  


What is * argv?

0 Answers  


What is finalize()?

0 Answers  


Explain about fail fast iterators in java?

0 Answers  


Where local and global variables are stored?

0 Answers  


Define how does a try statement determine which catch clause should be used to handle an exception?

0 Answers  


What modifiers are used with an inner class which is a member of an outerclass?

1 Answers  


Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)

0 Answers   Amazon,


What is an class?

0 Answers  


Categories