InterviewSolution
Saved Bookmarks
| 1. |
Where are memory leaks found?(a) Client side objects(b) Server side objects(c) Both Client side and Server side objects(d) User side objectsThis question was addressed to me in an internship interview.My question is taken from JavaScript and Memory Leak topic in section Caching, Debugging and Animation of JavaScript |
|
Answer» The correct option is (a) Client side objects |
|