NEW
Font size
WorksheetsJava Identifiers
Total questions: 10
Worksheet time: 2mins
Determine whether the following identifier is true/false.
int _$c;
True
False
Determine whether the following identifier is true/false.
int 2_w;
True
False
Determine whether the following identifier is true/false.
int .f;
True
False
Determine whether the following identifier is true/false.
int -d;
True
False
Determine whether the following identifier is true/false.
int _$;
True
False
Determine whether the following identifier is true/false.
int this_is_a_detailed_name_for_identifier;
True
False
Determine whether the following identifier is true/false.
int :b;
True
False
Determine whether the following identifier is true/false.
int e#;
True
False
Determine whether the following identifier is true/false.
int 7g;
True
False
Determine whether the following identifier is true/false.
int _a;
True
False
