Sunday 17 January 2016

Operators in java with precedence

Many types of operator in java like as :


  1. Postfix operator
  2. Unary operator
  3. Multiplicative operator
  4. Additive operator
  5. Shift operator
  6. Relation operator
  7. Equality operator
  8. Bitwise AND operator
  9. Bitwise exclusive OR operator
  10. Bitwise inclusive OR operator
  11. Logical AND operator
  12. Logical OR operator
  13. Ternary Operator
  14. Assognment operator





No comments:

Post a Comment