Home / CSE MCQs / Node JS :: Discussion

Discussion :: Node JS

  1. Which of the following statements holds good with respect to Node?
  2. A.
    Node being a single thread, and uses async function calls to maintain the concurrency
    B.
    Every API of Node js are asynchronous
    C.
    Node thread keeps an event loop and whenever any task get completed, it fires the corresponding event which signals the event listener function to get executed
    D.
    All of these

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment