Intermediate Java
Q53 / 100

What is the Stream API used for in Java 8?

Correct! Well done.

Incorrect.

The correct answer is B) Functional-style sequential or parallel operations on collections

B

Correct Answer

Functional-style sequential or parallel operations on collections

Explanation

The Stream API enables declarative data processing with operations like filter, map, reduce, and collect, optionally in parallel.

Progress
53/100