Explain the following:
Unary operator
72 Likes
Operators that act on one operand are called as Unary operators. Unary +, unary -, ++, --, etc. are some unary operators in Java.
Answered By
42 Likes
Explain Relational operator with an example.
Explain Logical operator with an example.
New operator
Binary operator