Java Keywords Flashcard Set

Java Keywords Flashcard Set

Assessment

Flashcard

Computers

Professional Development

Hard

Created by

ARTHI C1514

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

interface

Back

A reference type in Java that is similar to a class, but can only contain constants, method signatures, default methods, static methods, and nested types.

2.

FLASHCARD QUESTION

Front

abstract

Back

A keyword used to declare a class that cannot be instantiated or a method that must be implemented by subclasses.

3.

FLASHCARD QUESTION

Front

this

Back

A reference variable in Java that refers to the current object.

4.

FLASHCARD QUESTION

Front

super

Back

A reference variable in Java that refers to the parent class.

5.

FLASHCARD QUESTION

Front

public

Back

An access modifier that allows the class, method, or variable to be accessible from any other class.

6.

FLASHCARD QUESTION

Front

final

Back

A keyword that indicates that a variable's value cannot be changed, a method cannot be overridden, or a class cannot be subclassed.

7.

FLASHCARD QUESTION

Front

private

Back

An access modifier that restricts visibility to the class itself.

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?