Arithmetic Operator
Arithmetic operators perform the same basic operations you would expect if you used them in mathematics (with the exception of the percentage sign).
What 'Concatenation' Is in Java Terms
Concatenation describes the operation of joining two strings together.
Unary Operator
Unary operators return the result of an operation on only one operand.
Assignment Operator
The most commonly used operator is the assignment operator.
In Java, there are two equality operators to determine whether one operand is equal to, or not equal to the other operand
Bitwise Operator
Bitwise operators perform operations on the bits of their operands.
Compound Assignment Operator
Compound assignment operators provide a shorter syntax to assign the results of the arithmetic and bitwise operators.
No comments:
Post a Comment