
Java Streams Quiz

Quiz
•
Computers
•
Professional Development
•
Medium
Rolland Gavriliță
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following does not create a Java Stream?
List.of("a","b").stream()
Arrays.stream(new int[]{1,2,3})
Stream.of("x","y","z")
new Stream()
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does it mean that Java Streams are “lazy”?
They pause between elements.
Intermediate operations don’t run until a terminal operation is invoked.
They execute on a background thread.
They cache all elements in memory.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a terminal Stream operation?
filter(...)
map(...)
sorted()
collect(...)
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result of this code? List names = List.of("Ana","Bob","Cip"); long c = names.stream() .filter(s -> s.length() > 3) .count(); System.out.println(c);
3
2
1
0
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given List.of(3,1,2,3,2), what does .stream().distinct().sorted().toList() produce?
[1,2,3]
[3,2,1]
[3,1,2,3,2]
[2,3,1]
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which operation would you use to convert a Stream> into a Stream?
map(...)
flatMap(...)
collect(...)
filter(...)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does this do? List nums = List.of(2,3,4); int result = nums.stream().reduce(1, (a,b)->a*b);
Concatenates numbers as strings
Calculates the product (24)
Throws an exception
Calculates sum (9)
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Penerapan Teknologi Informasi - GANISPH Canhut

Quiz
•
Professional Development
10 questions
Structure Data Review

Quiz
•
University - Professi...
14 questions
Linux Command Line Quiz

Quiz
•
Professional Development
10 questions
DIGITALIZACIÓN PERSONAL

Quiz
•
Professional Development
15 questions
ITF - Quiz 9.4 - Packet Delivery and Forwarding

Quiz
•
Professional Development
13 questions
DSA 2

Quiz
•
Professional Development
5 questions
Developer Coaching #106

Quiz
•
Professional Development
14 questions
DECI - Week 12 - round

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development