KnowledgeBoat Logo
|

Computer Applications

Explain the following:

Unary operator

Java Operators

70 Likes

Answer

Operators that act on one operand are called as Unary operators. Unary +, unary -, ++, --, etc. are some unary operators in Java.

Answered By

41 Likes


Related Questions