All methods in an interface are:

Interfaces

Quiz
•
Other
•
University
•
Medium
O A
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
private
protected
public abstract
public final
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Java, interfaces can have:
Static and default methods
Constructors
Private fields
Synchronized methods
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if two interfaces define a constant int x = 10; and a class implements both?
No problem, it's allowed
Compilation error if accessed without qualification
Runtime error
x will take value from the first interface
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the keyword instanceof check?
Object reference equality
Object memory location
Whether an object is an instance of a class or interface
Whether two classes are the same
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to access a constant from an interface?
x
this.x
InterfaceName.x
new Interface().x
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true?
You can create an instance of an interface using new
An interface can implement another interface
Interfaces can have private methods
A class can implement multiple interfaces
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who is the class user in software design?
The one who extends a class
The one who defines methods
The one who calls/uses the class
The one who inherits constants
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
Quiz one

Quiz
•
University
11 questions
quiz - 8 - day - 4

Quiz
•
12th Grade - University
10 questions
GUMS, THICKENERS AND GELLING AGENTS

Quiz
•
University
14 questions
Module 2 Basic Switch and End Device Configuration Quiz

Quiz
•
University
15 questions
DIT5651 Quiz 2

Quiz
•
University
10 questions
Software and Design Quiz 1

Quiz
•
University
15 questions
Quiz on Direct Manipulation in HCI

Quiz
•
University
9 questions
CCNA 7: Cap 1 Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade