Why a Node.JS code is pretty fast although being written in JavaScript?
Node.JS internally converts JavaScript code to Java based code and then execute the same
Node.JS internally converts JavaScript code to C based code and then execute the same
Being built on Google Chrome's V8 JavaScript Engine
None of the above
Correct Answer : C
What should you do in your code to improve your application’s performance?
Which of following are a valid form of route path?
Which of the following statements holds good with respect to Node?