1 Answer - Sort by: Date | Rating
Memory leakage is a problem situation that a developer using Java can face at times. A memory leak is a situation wherein a program takes up extra memory than is normally required. Usually, a program uses memory, and releases memory blocks as and when the need to use them subsides. At times, a Java program fails to release these blocks, and the resultant situation is called a memory leak. A Java memory leak does not mean that the computer has lost the memory that the program is using. The memory is there, but other programs are unable to utilize it.
Memory leak does not have too many unique symptoms, and in fact resembles some of the symptoms associated with certain other problems related to computer memory. A java programmer may not find it easy to categorize a problem as a memory leak. To do this, he has to have access to the source code of the program.
Memory leaks can be serious issues as they basically slow down the performance of the computer on which the program is running.
Memory leak does not have too many unique symptoms, and in fact resembles some of the symptoms associated with certain other problems related to computer memory. A java programmer may not find it easy to categorize a problem as a memory leak. To do this, he has to have access to the source code of the program.
Memory leaks can be serious issues as they basically slow down the performance of the computer on which the program is running.
1
0
- What Might You Want To Upgrade RAM On A System?
- How Do I Put My Presentation Onto My Memory Stick?
- How We Can Improve Our Memory During The Stress And Deadlines?
- What Does "Ready Boost Enabled" Mean If It Comes On A Memory Stick?
- How To Download To My Memory Stick?
- Why Memory Is Always In The Power Of 2?
- What Ram To Upgrade Dell Dimension 2400?
- How Do I Erase A Memory Stick?
- Where Is Virtual Memory Held?
- What Is The Difference Between Firm Ware And Actual Memory As Applied To Computing?
- What Is Actual Memory?
- Write A Memo From Joe Gilmore To Christine Lancaster, Regarding Her Idea For The Next Training Series. The Memo Must Not Exceed 300 Words?
- How Is The Purpose Of The Register Memory?
- How To Put Songs On A Memory Stick?
- How To Put Things On Your Memory Stick?
- What Is The Difference Between A Firmware And Actual Memory?
- What Is The Difference Between CPU Registers And Secondary Memory?
- How To Increase Memory Power?
- How Can I Check Cash Memory Of My Computer?
- What Is A Model Between Learn And Memory?
- How The Space Allocation Done By The Hard Disk And What Type Data Structure Is Used To Space Allocation?
- Can I Put A Ddr2 800mhz Module In A Ddr 2 400mhz Brick/socket?
- What Does Random-Access Memory Do?
- Explain The Concept Of Virtual Memory & Cache Memory?
- Can You Define The Various Type Of Secondary Memory?
- What Is The Difference Between C Language And Java Language?
- What Are The Advantage Of Using Java Language?
- What Is The Difference Between C++ Language And Java Language?
- What Is The Similarities Between C Language And Java Language?
- Is Java The Best Programming Language?
- Is Multiple Inheritance Possible In Java Language Or Not?
- Which Is The Best Programming Language, JAVA Or .NET?
- What Is The Difference Between Java And .net Language?
- What Is The Major Difference Between Java Language And C Language?
- Is Java Purely An Object Oriented Language?

New Comment - Comments are editable for 5 min.