Java Test4

Java Test4

University

50 Qs

quiz-placeholder

Similar activities

ooad unit 1

ooad unit 1

University

45 Qs

Visual Programming ICA

Visual Programming ICA

University

50 Qs

OSI Layer

OSI Layer

12th Grade - University

48 Qs

MIDTERM ITC-103

MIDTERM ITC-103

University

50 Qs

ooad

ooad

University

45 Qs

PF 101 - Activity 5 (OO Design and Principles

PF 101 - Activity 5 (OO Design and Principles

University

55 Qs

OOPs Model Exam

OOPs Model Exam

University

50 Qs

Final Examination in Operating System

Final Examination in Operating System

University

50 Qs

Java Test4

Java Test4

Assessment

Quiz

Computers

University

Medium

Created by

Prof. Harish T. Gwalani

Used 3+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is inheritance in Java?
Code duplication
Multiple method calling
Acquiring properties of one class into another
Overloading methods

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to inherit a class in Java?
import
extends
implements
inherits

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to refer to the immediate parent class?
this
super
base
parent

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'final' keyword mean when applied to a variable?
It can be changed
It cannot be changed
It can be inherited
It is temporary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class cannot be extended in Java?
abstract class
final class
static class
interface

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an abstract class?
A class with no name
A class with only private members
A class that cannot be instantiated
A class that can only contain variables

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an interface?
A class with methods
A blueprint of a class with abstract methods
A final class
An enum

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?