How can a stream be parallelized in Java?
By using stream.parallel()
By using stream.parallelize()
By using parallelStream()
By using stream.split()
This question is part of this quiz :