Java Classes and Objects

Java Classes and Objects

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

In the statement
Bank tom = new Bank(5000.0);
Which is the class?

Back

Bank

2.

FLASHCARD QUESTION

Front

In the statement  int x; What is x ?

Back

a variable

3.

FLASHCARD QUESTION

Front

In the statement
Bank tom = new Bank(5000.0);
Which is the object?

Back

tom

4.

FLASHCARD QUESTION

Front

In the statement  int x; What is int ?

Back

a data type

5.

FLASHCARD QUESTION

Front

How many objects can be made from a class?

Back

As many as you want

6.

FLASHCARD QUESTION

Front

The ____ method executes first in an application, regardless of where you physically place it within its class.

Back

main()

7.

FLASHCARD QUESTION

Front

Classes in Java are:

Back

Abstract data types, used as a template of objects

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?