1.

The necessary globals of a node are defined under which namespace?(a) variables(b) system(c) process(d) usingI have been asked this question in examination.My question comes from Asynchronous I/O with Rhino in chapter Server-Side and Client-Side Scripting of JavaScript

Answer»

Right choice is (c) process

Easiest explanation: The process object is a global that PROVIDES information about, and control over, the current Node.js process. Node DEFINES other important GLOBALS under the process NAMESPACE.



Discussion

No Comment Found

Related InterviewSolutions