0 votes
in JAVA by

Which method is used to create a stream from an array in Java?

a) stream()

b) arrayStream()

c) createStream()

d) fromArray()

1 Answer

0 votes
by

Answer: a) stream()

Explanation: The stream() method is used to create a stream from an array in Java.

...