Tokens
- it is the smallest unit of the programming language
- keywords (50 + key words are there on java)
- identifiers (
- literals
keywords rules in java
- should always be in lower case
identifiers
- identifiers can not start with
- identifiers can not start symbols
literals
variables
- two types of variables
- any variable which is declared inside a method block are any other block is know as variable
Class
- it is used to create a class block
structure
class{