JAVA Quiz 4

JAVA Quiz 4

Professional Development

25 Qs

quiz-placeholder

Similar activities

Quizziz Programacion

Quizziz Programacion

Professional Development

22 Qs

LAHSA - Computer Science Principles B - Assessment #2

LAHSA - Computer Science Principles B - Assessment #2

10th Grade - Professional Development

23 Qs

Chapter1

Chapter1

Professional Development

20 Qs

JavaScript

JavaScript

Professional Development

20 Qs

Microsoft Excel Basics

Microsoft Excel Basics

Professional Development

20 Qs

Java Quiz 2- Classes, Collections, Threads

Java Quiz 2- Classes, Collections, Threads

Professional Development

30 Qs

20UCT412 - CORE VIII: ADVANCED JAVA PROGRAMMING Quiz Event

20UCT412 - CORE VIII: ADVANCED JAVA PROGRAMMING Quiz Event

Professional Development

20 Qs

Básico de JS

Básico de JS

Professional Development

21 Qs

JAVA Quiz 4

JAVA Quiz 4

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Nitin Gupta

Used 6+ times

FREE Resource

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

Media Image

What will be the output of the following-

a) 12885


b) 58881

c) 12845

d) 54881

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?