Untitled Flashcards Set

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 12

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

13 Terms

1
An interface is a blueprint of a class that contains __________ methods.
Abstract
New cards
2
A class implements an interface using the __________ keyword.
implements
New cards
3
In Java, __________ is used for inheritance.
extends
New cards
4
The __________ keyword is used to indicate the parent class in Java.
super
New cards
5
The __________ mechanism in Java handles runtime errors.
Exception
New cards
6
To call the parent class constructor, we use the __________ keyword.
super
New cards
7
Data hiding and protecting fields from direct access is known as __________.
Encapsulation
New cards
8
Objects that cannot be changed after creation are referred to as __________ types.
Immutable
New cards
9
A concept that defines a data structure by specifying operations without details of implementation is called __________.
Abstract Data Type (ADT)
New cards
10
Calling one constructor from another within the same class is known as __________ chaining.
Constructor
New cards
11
Wrapper classes convert __________ types into objects.
primitive
New cards
12
__________ allows an object to be converted into bytes for storage or transmission.
Serializable
New cards
13
Multiple methods with the same name but different parameters are known as __________.
Method Overloading
New cards
robot