Which method of fs module is used to close a file?
fs.close(fd, callback)
fs.closeFile(fd, callback)
fs.closePath(fd, callback)
None of the above.
Correct Answer : A
Node.js runs on __________
Node.js is ________ by default
Node.js supports which of the following platform?