Java View all facts Glossary Help |
| syntactic unit > symbol > operator > postfix operator |
| postfix operator comparison table | ||
| Subject | have example | have purpose | ||||
|---|---|---|---|---|---|---|
| ++ |
| to increment its operand by one | ||||
| -- |
| to decrement its operand by one |
Next operator: prefix operator Up: operator Previous operator: new operator