java quiz based on interface

java quiz based on interface

University

10 Qs

quiz-placeholder

Similar activities

Java Quiz 1

Java Quiz 1

University

10 Qs

Java Quiz2

Java Quiz2

University

11 Qs

Java Static

Java Static

University

10 Qs

Java Constructor Quiz

Java Constructor Quiz

University

8 Qs

Inheritance

Inheritance

University

10 Qs

Java Basic Day-2

Java Basic Day-2

University

10 Qs

Object/Abstract/Final in JAVA

Object/Abstract/Final in JAVA

University

10 Qs

Activity 7: Quiz

Activity 7: Quiz

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?