Login
Remember
Register
Ask a Question
Recent questions tagged java-stream
0
votes
1
answer
What distinguishes a collection from a stream?
asked
Feb 28, 2023
in
JAVA
by
rajeshsharma
java-stream
0
votes
1
answer
Stream operations in Java 8 can be divided into __________.
asked
May 31, 2022
in
JAVA
by
Robin
java-stream
0
votes
1
answer
Which of the following is a valid Stream operation type?
asked
May 31, 2022
in
JAVA
by
Robin
java-stream
0
votes
1
answer
The newly introduced Streams API is available in which package of Java 8?
asked
May 31, 2022
in
JAVA
by
Robin
java-stream
0
votes
1
answer
What is the parallel Stream? How can you get a parallel stream from a List?
asked
Apr 15, 2021
in
JAVA
by
SakshiSharma
#parrallel-stream
java-stream
Java-questions-answers
0
votes
1
answer
Can you convert an array to Stream and how?
asked
Apr 15, 2021
in
JAVA
by
SakshiSharma
java8
java-stream
Java-questions-answers
0
votes
1
answer
What do you mean by saying Stream is lazy?
asked
Apr 15, 2021
in
JAVA
by
SakshiSharma
#steam-lazy
java-stream
Java-questions-answers
+1
vote
1
answer
What does the peek() method do? When should you use it?
asked
Apr 15, 2021
in
JAVA
by
SakshiSharma
#peek-method
java8
java-stream
Java-questions-answers
+1
vote
1
answer
What is the difference between intermediate and terminal operations on Stream?
asked
Apr 15, 2021
in
JAVA
by
SakshiSharma
#intermediate-operations
terminal-operations
java-stream
Java-questions-answers
+1
vote
1
answer
What does the filter() method do? when you use it?
asked
Apr 15, 2021
in
JAVA
by
SakshiSharma
#filter-method
java-8
java-stream
Java-questions-answers
+1
vote
1
answer
What is the difference between Collection and Stream?
asked
Apr 15, 2021
in
JAVA
by
SakshiSharma
java-stream
streams-java
java-collection
Java-questions-answers
To see more, click for the
full list of questions
or
popular tags
.
...