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?

  • (A) 0
  • (B) 1
  • (C) True
  • (D) False
πŸ’¬ Discuss
βœ… 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.
Explanation by: Mr. Dubey
The write() method never blocks. If Node cannot write the data immediately and has to buffer it internally, the write() method returns false.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
250
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate