Q:

Why a Node.JS code is pretty fast although being written in JavaScript?

0

Why a Node.JS code is pretty fast although being written in JavaScript?


  1. Node.JS internally converts JavaScript code to Java based code and then execute the same
  2. Node.JS internally converts JavaScript code to C based code and then execute the same
  3. Being built on Google Chrome\'s V8 JavaScript Engine
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

C.Being built on Google Chrome's V8 JavaScript Engine

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

NodeJs MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What npm stands for?... >>
<< What is the default scope in Node.js application...