Get Answers to all your Questions

header-bg qa

Writea difference between Unary and Binary operator in java.?

Answers (1)

best_answer

Unary Operator acts upon a single operand and are pre-increment and post-increment (++)

The binary operator needs two operands and is the mathematical operator and relational operator.

Posted by

Deependra Verma

View full answer