Vidyalelo
JavaScript · Q41

Caching And Debugging

Programming · JavaScript · question 41

Q41

Where are memory leaks found?

A.
Client side objects
Answer
B.
Server side objects
C.
Both Client side and Server side objects
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
Memory leaks occur when we are developing client-side reusable scripting objects.