Posts by Year

2023

Tokens and variables

2 minute read

The smallest individual entities in a java program are called tokens. They are classified as

Operators

5 minute read

An Operator is a symbol that allows a program to perform certain operation (like arithmetic or logical) on data and variables 1. Arithmetic (*, /, %, +, -, +...

Back to top ↑