InterviewSolution
Saved Bookmarks
| 1. |
What Is Chaining In Node? |
|
Answer» Chanining is a mechanism to CONNECT output of one STREAM to another stream and CREATE a CHAIN of multiple stream OPERATIONS. It is normally used with piping operations. Chanining is a mechanism to connect output of one stream to another stream and create a chain of multiple stream operations. It is normally used with piping operations. |
|