InterviewSolution
Saved Bookmarks
| 1. |
When does a cycle occur during memory leak?(a) No reference occurs(b) Two objects reference(c) One object gets referenced(d) Three object gets referencedThe question was posed to me in a national level competition.I want to ask this question from JavaScript and Memory Leak in portion Caching, Debugging and Animation of JavaScript |
|
Answer» The correct option is (b) Two objects reference |
|