Top Categories

4.5 Post and Pre Increment in Java
  • Category:
  • Sub Category:
  • Java by naveen reddy
  • Pre and post increment in java
  • magic operator
  • post decrement
  • operand
  • telusko learnings
  • prefix and postfix
No Views

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. 

Comments

You Might Be Interested In