wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Java Identifiers

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

Determine whether the following identifier is true/false.

int _$c;

a)

True

b)

False

2.

Determine whether the following identifier is true/false.

int 2_w;

a)

True

b)

False

3.

Determine whether the following identifier is true/false.

int .f;

a)

True

b)

False

4.

Determine whether the following identifier is true/false.

int -d;

a)

True

b)

False

5.

Determine whether the following identifier is true/false.

int _$;

a)

True

b)

False

6.

Determine whether the following identifier is true/false.

int this_is_a_detailed_name_for_identifier;

a)

True

b)

False

7.

Determine whether the following identifier is true/false.

int :b;

a)

True

b)

False

8.

Determine whether the following identifier is true/false.

int e#;

a)

True

b)

False

9.

Determine whether the following identifier is true/false.

int 7g;

a)

True

b)

False

10.

Determine whether the following identifier is true/false.

int _a;

a)

True

b)

False