1.

What can be done to monitor the memory usage?(a) Profiling(b) Sequencing(c) Serializing(d) Serializing & SequencingI had been asked this question in unit test.I would like to ask this question from Performance Navigation and Memory topic in division Invocation and Performance Navigation of JavaScript

Answer»

Correct answer is (a) PROFILING

The best EXPLANATION: Garbage collected languages help developers MANAGE MEMORY by periodically checking which previously allocated pieces of memory can still be “reached” from other parts of the application. Profiling ALLOWS us to monitor our memory usage.



Discussion

No Comment Found

Related InterviewSolutions