Home » Interview » Technology

What is the purpose of Buffer class in Node.js?

Correct Answer: 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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion