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
- Explain What Virtual Memory Is And Why It Is Important, Making Sure To Explain The Following Key Terms: Swap File, Page, And Thrashing?
- What Is Physical Memory Location?
- Which Instrument Check For Memory?
- Could Somebody Please Explain A Bit About Memory Address Register?
- How Do I Change The Virtual Memory?
- What Natrual Rescources Are Found In An Eraser?
- Do You Need To Install Ddr Ram In Pairs To Fill A Memory Bank?
- What Is Different Between Physical Carrier Sensing And Virtual Carrier Sensing?
- 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?
- 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?
- 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 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?
- 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?
- What Is The Similarities Between C++ Language And Java 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?

New Comment - Comments are editable for 5 min.