Lecture 4
5
Identifiers
•Tokens (words) we make up to use in code: names for classes, fields, methods, variables
•Start with letter, then letters and numbers and some other characters
•  Terminal  atm   CS110          String  whichAccount  Bank MAXVALUE
•Conventions ...
–