Multiple Choice
The intermediate Stream operation ________ results in a stream containing only the unique elements.
A) distinct
B) map
C) filter
D) limit
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Terminal operations are eager;they perform the requested
Q6: Which of the following statements is false?<br>A)A
Q6: Stream method findFirst is a short-circuiting terminal
Q10: The new language and library capabilities that
Q20: _ is a method reference for an
Q25: _ is s method reference for a
Q41: Which of the following statements is false?<br>A)
Q46: Which of the following statements is false?<br>A)
Q49: Which of the following statements is false?<br>A)
Q67: Functional interface BiConsumer's accept method has two