Java Programming Quiz

Java Programming Quiz

11th Grade

10 Qs

quiz-placeholder

Similar activities

Java Inheritance Quiz

Java Inheritance Quiz

11th Grade

10 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

GADV 03 - Scripting

GADV 03 - Scripting

9th - 12th Grade

10 Qs

Strings

Strings

10th - 11th Grade

10 Qs

Pemrograman Berorientasi Objek #1

Pemrograman Berorientasi Objek #1

11th Grade

15 Qs

Java Quiz 2

Java Quiz 2

4th - 12th Grade

12 Qs

CSS Style Sheet

CSS Style Sheet

8th - 12th Grade

11 Qs

Object Oriented Programming

Object Oriented Programming

11th Grade

10 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

RedBird221b 0

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is inheritance denoted in Java?

extends

implements

inherits

derives

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is inheritance in OOP?

Process of creating an object

Process of acquiring properties and methods from another class

Data transfer between objects

Data hiding within a class

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an abstract class in Java?

A class created without using the class keyword

A class that cannot be inherited

A class intended only for static methods

A class that contains abstract methods and may also contain implemented methods

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a class in Java?

Instance of an object

Blueprint for an object

Function

Operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the implementation of an interface denoted in Java?

implements

extends

interfaceOf

inherits

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an object instance in Java?

new Object();

create Object;

Object.create();

Object.new();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is an abstract method denoted in Java?

abstractMethod()

void abstractMethod()

abstract void method();

abstract method();

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?