Which method is used to concatenate the elements of a stream into a single string in Java?
a) reduce()
b) collect()
c) join()
d) concatenate()