1.

Which is a fast C++ based JavaScript interpreter?(a) Node(b) Sockets(c) Processors(d) ClosuresThe question was posed to me in an online quiz.Question is from Asynchronous I/O with Rhino topic in portion Server-Side and Client-Side Scripting of JavaScript

Answer» CORRECT choice is (a) Node

The best explanation: Node.js is an open-source, cross-platform JavaScript run-time environment that EXECUTES JavaScript code OUTSIDE of a browser. Node is a fast C++-based JavaScript interpreter with bindings to the low-level Unix APIs for working with processes, files, NETWORK sockets, etc., and ALSO to HTTP client and server APIs.


Discussion

No Comment Found

Related InterviewSolutions