Posts

Showing posts with the label Different kind of java operators

Operators in Java Language?

Four Types of Operators in Java Language and these are: Arithmetic.  Bitwise. Boolean. Relation Operators.  Arithmetic Operators: Operands must be numeric type of arithmetic operators. We can not use these operators as a Boolean Type but we can us them as a char type.  These operators are:        Operators                       Results             +                                  Addition            -                                     Subtraction           *                                       Multiplicatio...