i dont understand "memory leakage" in java. it is called if your program leaks memory , then you are gone because your program may demand 100% CPU utilization and thats a hang condition.
so whats is this deadly "memory leakage" ?
suppose, i did not close the DB connection in my program . will you call it a memory leakage ?
suppose, i did not use "null" when i am done with any object . will you call it a memory leakage ?
i am confused about "memory leakage".Can anybody show me a simple demo example on "memory leakage"?
so whats is this deadly "memory leakage" ?
suppose, i did not close the DB connection in my program . will you call it a memory leakage ?
suppose, i did not use "null" when i am done with any object . will you call it a memory leakage ?
i am confused about "memory leakage".Can anybody show me a simple demo example on "memory leakage"?