Multiple Choice
Which of the following statements is false?
A) Prior to functional programming,you typically determined what you wanted to accomplish,then specified the precise steps to accomplish that task.
B) Using a loop to iterate over a collection of elements is known as external iteration and requires accessing the elements sequentially.Such iteration also requires mutable variables.External iteration is easier to parallelize.
C) Letting the library determine how to iterate over a collection of elements is known as internal iteration.
D) Functional programming focuses on immutability-not modifying the data source being processed or any other program state.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: _ is a method reference for an
Q29: Stream mutable reduction operation _ creates a
Q33: _ is a constructor reference. It creates
Q47: Intermediate Stream operation _ results in a
Q50: The basic generic functional interface _ in
Q53: The basic generic functional interface _ in
Q55: The basic generic functional interface _ in
Q55: Collectors static method groupingBy with one argument
Q57: Stream method _ eliminates duplicate objects in
Q59: Map method entrySet returns a Set of