Web technologies Questions | Node.js Quiz | Set-3 | Question 7
Which method is used to return all the remaining input stored in the internal buffer as a string ?
(A) stringDecoder.start()
(B) stringDecoder.end()
(C) stringEncoder.start()
(D) stringEncoder.end()
Answer: (B)
Explanation: The stringDecoder.end() is a method that is used to return the input stored into the buffer as string format.
Quiz of this Question
Please comment below if you find anything wrong in the above post