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