I have read a document that they say:
In java there two types of Stream: Chain Stream and Connection Stream.
Although I google but I see no result about this concept.
So, is it true ? If true, please explain for me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think it is using the term “Chain Stream” as a technical term but rather “chain” and “stream” as technical terms.
A Chain is a series of components which link together.
A Connection could be referring to a component which connects to a resource outside Java.