Top Categories
4.5 Post and Pre Increment in Java
- Category:
- Sub Category:
The increment operator increases the value of the variable by one . these operators have two forms each: prefix and postfix. In prefix form, the operand appears before the operand while in post fix form, the operand appears after the operand.