Q. What will be the return value of the write() method when the Node cannot write the data immediately and has to buffer it internally?
β
Correct Answer: (D)
False
Explanation: The write() method never blocks. If Node cannot write the data immediately and has to buffer it internally, the write() method returns false.