Are memory leaks totally absent in Java applications?

Viewed 2494

Possible Duplicate:
Creating a memory leak with Java

There is a "Garbage Collector" in Java, but does this mean that memory leaks are totally absent in a Java applications? If not, how and why do they happen?

I am more interested in scenarios in applications using JavaSE.

5 Answers
Related