Open In App

Web technologies Questions | Node.js Quiz | Set-3 | Question 14

Which dependencies in Node.js is used to abstract non-blocking Input Output operations to a consistent interface ?
(A) Open SSL
(B) v8
(C) libuv
(D) Zlib

Answer: (C)
Explanation: The libuv is dependencies in Node.js Which is used to provide the non-blocking Input Output operations to a consistent interface.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :