Java Operators and Expressions

First, what is the expression?

Expression is by a series of operators and operands of

Second, the arithmetic operators and assignment operators

Which should be noted is: ++ -

i ++ / - the first operation to the increment / decrement

++ / - i to increment / decrement in operation

Third, the relational operators

Fourth, the logical operators

V. conditional operator

Six, operator precedence

 


 

Guess you like

Origin www.cnblogs.com/mpp0905/p/11521658.html