Answer the question
In order to leave comments, you need to log in
How to multiply 2 streams (Stream API)?
There are 2 streams:
Stream<String> stream1 = Arrays.stream(new String[]{"1", "2"});
Stream<String> stream2 = Arrays.stream(new String[]{"a", "b"});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question