Token and keywords
Token The smallest individual unit in a program is known as a token. In fact, every unit that makes a sentence is a token. Java has the following token: Keywords Identifiers Literals Punctuators Operators Keywords Keywords are the words that convey a special meaning to the language compiler. These are reserved for special purposes and […]
April 21, 2022 | Java | No comments