Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
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 (*, /, %, +, -, +...