

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is true about File I/O in Node applications? |
A. | Node implements File I/O using simple wrappers around standard POSIX functions. |
B. | Node File System (fs) module should be imported for File I/O opearations. |
C. | Both of the above. |
D. | None of the above. |
Answer» D. None of the above. | |