Tokens in Java
Token is a smallest unit of java which is very important without token, we cannot write any java program.
Token is classified into 4 types:
Keywords
Identifiers
Separators
Literals
Keywords:
Keywords are predefined words
Keywords has it's ow...
gautamishetty.hashnode.dev2 min read