Operator and their Types in Java
Operator :A symbol or a token which performs arthematicla or logical operations and yield a result.
Operand : An operator acts on different data items/entities called operands.
Statement : An expression which is assigned to a variable is completely known as statement.
Unary Operator :An arithmetical operator which is applied with a single operand is known as Unary operator.
Binary Operator :An arithmetic operator which deals with two operands, is known as Binary Operator.
Ternary Operator (or)
Conditional Assignment Operator ::Ternary operator deals with three operands. The value assigned to a variable depends upon a logical expression.
Conditional Assignment Operator ::Ternary operator deals with three operands. The value assigned to a variable depends upon a logical expression.
Comments
Post a Comment