Java Tests
Preparation for Java tests, interviews and exams
Monday, March 28, 2011
Java Legal & Illegal identifiers
Legal identifiers:
int _x;
int $z;
int _$$;
int ___4_a;
int javatests_dot_blogspot_dot_com;
Illegal identifiers:
int :joro;
int -z;
int z#;
int .z;
int 7z;
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment