Computer Science, asked by sravanikadali9, 2 months ago

What is the main cause of memory
leaks in applications?
O
memory being allocated and never
being deallocated
O
more memory being allocated
than used
O
incorrect type of memory being
allocated
not enough memory, being
O allocated for the program to work
properly​

Answers

Answered by iamaftab
0

Answer:

1.Holding the references of the object and resources that are no longer needed is the main cause of the memory leaks in android applications. As it is known that the memory for the particular object is allocated within the heap and the object point to certain resources using some object reference.

Similar questions