java quiz based on interface

java quiz based on interface

University

10 Qs

quiz-placeholder

Similar activities

java quiz on Encapsulation and Abstraction

java quiz on Encapsulation and Abstraction

University

10 Qs

Data mining-Clustering-1

Data mining-Clustering-1

University

7 Qs

GIS Unit III

GIS Unit III

University

15 Qs

Quiz3_DivideConquer_GreedyApproach

Quiz3_DivideConquer_GreedyApproach

University

10 Qs

Latihan Ujian TKJ - Bagian A1

Latihan Ujian TKJ - Bagian A1

7th Grade - University

10 Qs

C quiz

C quiz

11th Grade - University

10 Qs

2022-2023 Midterm Quiz PLD

2022-2023 Midterm Quiz PLD

University

10 Qs

Avaliação Laboratório de Software e WEB

Avaliação Laboratório de Software e WEB

University

10 Qs

java quiz based on interface

java quiz based on interface

Assessment

Quiz

Computers

University

Hard

Created by

shruti keshari

Used 117+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Java program?

0

2

4

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these can be used to fully abstract a class from its implementation?

Objects

Packages

Interfaces

None of the Mentioned

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of this program?

a=10

a=20

Compilation Error

No Error, but no output

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable can be defined in an interface?

public static

private final

public final

static final

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does an interface contain?

Method definition

Method declaration

Method declaration and definition

Method name

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct way of implementing an interface salary by class manager?

class manager extends salary {}

class manager implements salary {}

class manager imports salary {}

None of the mentioned.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Java program?

0 1 2

0 2 4

0 0 4

0 1 4

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?