Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions tagged java-stream
Home
Tag
java-stream
0
votes
What distinguishes a collection from a stream?
asked
Feb 28, 2023
in
JAVA
by
rajeshsharma
java-stream
0
votes
Stream operations in Java 8 can be divided into __________.
asked
May 31, 2022
in
JAVA
by
Robin
java-stream
0
votes
Which of the following is a valid Stream operation type?
asked
May 31, 2022
in
JAVA
by
Robin
java-stream
0
votes
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
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
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
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
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
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
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
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
.
...