Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?

  2. A.

     0

    B.

     1

    C.

     True

    D.

     False

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The write() method never blocks. If Node cannot write the data immediately and has to buffer it internally, the write() method returns false.


Be The First To Comment