
JAVA Quiz 4
Authored by Nitin Gupta
Computers
Professional Development
Used 6+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How are lambda expressions denoted in Java?
A. =>
B. ->
C. <>
D. ::
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the context of Java 8 lambda expressions, what is a target type?
A. The type of the lambda expression
B. The type of the functional interface
C. The type of the argument
D. The return type of the lambda expression
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the Predicate functional interface in Java 8?
A. To produce results
B. To consume values
C. To transform values
D. To filter elements based on a condition
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q. Which of the following represents a Lambda Expression in Java?
A.
(int a, int b) -> a + b
B.
public int add(int a, int b) { return a + b; }
C.
(a, b) => a + b
D.
int sum = (x, y) -> x + y;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these classes is not part of Java’s collection framework?
a) Array
b) Maps
c) Stack
d) Queue
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is Collection in Java?
a) A group of classes
b) A group of
objects
c) A group of interfaces
d) None of the mentioned
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following-
a) 12885
b) 58881
c) 12845
d) 54881
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?