Thursday, 24 September 2015

CORE JAVA-DAY3

OPERATORS:

            Any symbol that performs an operation is called an Operator.

OPERANDS:

            The values on which Opearation  performed is called an Operand.

                     Example:A+B   here A & B are operands '+' is Operator

      Based on the no. of operands ,the operators are classified into the following categories.

   1.UNARY OPERATORS: These operators will perform operations on a single operand.
   2.BINARY OPERATORS:These operators will perform operations on two operands.
   3.TERNARY OPERATORS:These operators will perform operations on three operands.

No comments:

Post a Comment

If you Like my blog Spread it and help friends for whom this blog is useful for their career.