Recent posts
Tokens and variables
The smallest individual entities in a java program are called tokens. They are classified as
Operators
An Operator is a symbol that allows a program to perform certain operation (like arithmetic or logical) on data and variables 1. Arithmetic (*, /, %, +, -, +...