java

java

9th Grade

20 Qs

quiz-placeholder

Similar activities

CodeHS Canvas and Graphics

CodeHS Canvas and Graphics

9th - 12th Grade

15 Qs

Fun with Loops

Fun with Loops

9th Grade

20 Qs

APCSA Unit 6 Review Arrays

APCSA Unit 6 Review Arrays

9th - 12th Grade

17 Qs

CB30: Unit 3 Quiz Review

CB30: Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Unit 4: Operators in Java

Unit 4: Operators in Java

9th - 10th Grade

19 Qs

Java

Java

8th - 10th Grade

22 Qs

Programación con Java

Programación con Java

9th - 11th Grade

15 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

java

java

Assessment

Quiz

Computers

9th Grade

Medium

Created by

sonam dangi

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

_________ operator returns the remainder after division

+

/

%

*

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The process by which objects of one class acquire the properties of objects of another class is known as

Polymorphism

Inheritance

Data Hiding

Association

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How many objects can be made from a class? 
None, you make classes from objects
one
As many as you want
All of the above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the difference between a class and an object?
A class is a blueprint to make an object
An object is a blueprint to make a class
A blueprint is an object to make a class
Blueprint class is an object make a

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a variable with the numeric value 5?

float x = 5;

x = 5;

int x = 5;

num x = 5

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Java is

platform dependent

platform indeprndent

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In Java WORA stands for

Write Once Recall Anywhere

Write Once Return Anywhere

Write Once Read Anywhere

Write Once Run Anywhere

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?