0 votes
in JAVA by

Which of the following interfaces represents a sequence of primitive double values in Java 8?

a) DoubleConsumer

b) DoubleFunction

c) DoubleSupplier

d) DoubleStream

1 Answer

0 votes
by

Answer: d) DoubleStream.

Explanation: The DoubleStream interface represents a sequence of primitive double values in Java 8, and provides various methods for performing operations on these values.

Related questions

0 votes
asked May 7 in JAVA by SakshiSharma
0 votes
asked May 2 in JAVA by Robin
...