Join ExamsbookAnswer :
What is the purpose of Buffer class in Node.js?5
Q: What is the purpose of Buffer class in Node.js?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
Buffer class could be a global class and may be accessed in application without importing buffer module. A Buffercould be a quite an array of integers and corresponds to a raw memory allocation outside the V8 heap. A Buffer can not be resized.



