what is memory leakage?
Answer Posted / sandeep
At application point of view:
Actually, when we allocate the memory dynamically to the
object and some how lose the way to reach that memory is
called memory leakage.
For example: Suppose there is function where in we
allocate the memory dynamically and store it's address in a
pointer that is local to that function. When the control
returns from the function, the local pointer dies and
losing the address of that memory but dynamically allocate
memory would continue to remain allocated yet inaccessible.
This allocated memory is called memory leakage.
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
How do you delete unwanted results in qtp?
Explain how Selenium is different from UFT?
Is it possible to use two instances of UFT on the same machine? If not why?
How to Test the mainframe application?
Explain different types of action in qtp?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
How many types of parameters are available in quicktest professional?
Suppose I want fail that check point? How can you do that?
how can i pass a "cript"as a parameter in to a function
Define Error Pane of UFT?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
What is the difference between analog and low level recording?