OPERATORS IN JAVA

Operators: It is a symbol that is used to perform operations. Types: Arithmetic Operator Unary Operator Assignment Operator Relational Operator Logical Operator Ternary Operator Bit-wise Operator Shift Operator ARITHMETIC OPERATORS: They are used to perform simple arithmetic operations. * : Multiplication / : Division % : Modulo + : Addition – : Subtraction Ex: ArithmeticContinue reading “OPERATORS IN JAVA”

Design a site like this with WordPress.com
Get started