Starting with,
FUNDAMENTAL CONCEPTS OF JAVA
JAVA CHARACTER SET
Java uses Unicode character set. Unicode is a two byte character code
that has characters representing almost all characters.
that has characters representing almost all characters.
TOKENS
The smallest individual unit in a program is known as Token.
Java has the following tokens,
- KEYWORDS
- IDENTIFIERS
- LITERALS
- PUNCTUATORS
- OPERATORS
No comments:
Post a Comment