Preview (20 questions)
1 Question
πριν 30 δευτερόλεπτα
Q.

Specifies a method that does not have a return value.


Finally

Implements

Void

2 Question
πριν 30 δευτερόλεπτα
Q.

Starts a while loop.


While

Loop

Start

3 Question
πριν 30 δευτερόλεπτα
Q.

References other classes.


Class

Import

Extend

4 Question
πριν 30 δευτερόλεπτα
Q.

Starts a do-while loop.


Do

While

Begin

5 Question
πριν 30 δευτερόλεπτα
Q.

Sends control back outside a loop.


Back

Control

Continue

6 Question
πριν 30 δευτερόλεπτα
Q.

A data type that holds 8-bit data values.


Data

Byte

Bit

7 Question
πριν 30 δευτερόλεπτα
Q.

Indicates alternative branches in an if statement.


Else

If

Do

8 Question
πριν 30 δευτερόλεπτα
Q.

Creates an exception.


New

Case

Throw

9 Question
πριν 30 δευτερόλεπτα
Q.

A data type that can hold a 64-bit integer.


Char

Long

Break

10 Question
πριν 30 δευτερόλεπτα
Q.

Declares a JAVA package.


Declare

Assert

Package

11 Question
πριν 30 δευτερόλεπτα
Q.

A data type that holds a 16-bit integer.


Short

Small

Size

12 Question
πριν 30 δευτερόλεπτα
Q.

Used to start a for loop.


Loop

For

Double

13 Question
πριν 30 δευτερόλεπτα
Q.

A data type that only holds True and False values.


Boolean

Else

Import

14 Question
πριν 30 δευτερόλεπτα
Q.

A statement that executes code based on a test value.


Native

Null

Switch

15 Question
πριν 30 δευτερόλεπτα
Q.

Catches exceptions generated by try statements.


Catch

Clear

Private

16 Question
πριν 30 δευτερόλεπτα
Q.

A data type that holds a 32-bit signed integer.


Protected

Int

Public

17 Question
πριν 30 δευτερόλεπτα
Q.

A data type that can hold a 32-bit floating-point number.


Float

Strictfp

Static

18 Question
πριν 30 δευτερόλεπτα
Q.

Specifies critical methods in multithreaded code.


Transient

Volatile

Synchronized

19 Question
πριν 30 δευτερόλεπτα
Q.

Used to declare an enumerated type.


This

Enum

Return

20 Question
πριν 30 δευτερόλεπτα
Q.

Refers to a class’s base class


Super

Throws

Instanceof