New game
Download
Get Academic Plan
Share game
Fill in the Blanks
Fill in the Blanks

Java vocabulary check

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Java vocabulary check

Fill in the Blanks

Played 1

About this activity

Fill in the gaps by typing

Created by

Russian Federation

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Java vocabulary check
 

Fill in the Blanks

Java vocabulary checkOnline version

Fill in the gaps by typing

by Nastia Sakharova
1

JVM also known as Java Virtual Machine is a part of JRE . JVM is a type of interpreter responsible for converting bytecode into machine - ( ? ? ? ? ? ? ? ? ) code . JVM itself is platform dependent but it interprets the bytecode which is the platform - independent .
JRE stands for Java Runtime Environment , it is an ( ? ? ? ? ? ? ? ? ? ? ? ? - ? ? ? . ) package that provides an environment to run the Java program or application on any machine .
JDK stands for Java Development Kit which provides the environment to develop and ( ? ? ? ? ? ? ? ? ? , ? ? ? ? ? ? ? ? ? ) Java programs .

2

SOLID :
Single - ( ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ) principle ( SRP ) : A class should have only one reason to change .
Open ? closed principle ( OCP ) : Entities should be open for ( ? ? ? ? ? ? ? ? ? ? ) , but closed for ( ? ? ? ? ? ? ? ? ? ) .
Liskov substitution principle ( LSP ) : Functions that use pointers or references to ( ? ? ? ? ? ? ? ) classes must be able to use objects of derived classes without knowing it .
Interface segregation principle ( ISP ) : No code should ( ? ? ? ? ? ? ? ? ? ? ) methods it does not use .
Dependency inversion principle ( DIP ) :
A . High - level modules should not import anything from low - level modules . Both should depend on abstractions ( e . g . , interfaces ) .
B . Abstractions should not depend on ( ? ? ? ? ? ? ) . ( ? ? ? ? ? ? ) should depend on abstractions .

3

Abstraction is the process of separating ideas from specific instances . Java supports the creation and existence of abstract classes that expose interfaces , without including the actual ( ? ? ? ? ? ? ? ? ? ) of all methods . The abstraction technique aims to separate the ( ? ? ? ? ? ? ? ? ? ) details of a class from its ( ? ? ? ? ? ? ? ? ? ) .
Encapsulation provides objects with the ability to ( ? ? ? ? ? ? ? ) their internal characteristics and ( ? ? ? ? ? ? ? ? ? ) . Each object provides a number of methods , which can be ( ? ? ? ? ? ? ? ? ) by other objects and change its internal data .

4

Polymorphism is the ( ? ? ? ? ? ? ? ? ? ? ? ) of programming languages to present the same interface for differing underlying data types . A polymorphic type is a type whose operations can also be applied to values of some other type .
We can perform polymorphism by Method ( ? ? ? ? ? ? ? ? ? ? ) and Method ( ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ) .

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.