Computer Science, asked by shankarraj20, 6 months ago

Explain operator in java.​

Answers

Answered by Mathssciencequeen44
6

Answer:

The Bitwise Operators

Java defines several bitwise operators, which can be applied to the integer types, long, int, short, char, and byte. ... Binary Left Shift Operator. The left operands value is moved left by the number of bits specified by the right operand.

Explanation:

HOPE IT HELPS......

Answered by Anonymous
12

Answer:

Operator in Java is a symbol which is used to perform operations. For example: +, -, *, / etc. There are many types of operators in Java which are given below: ... Ternary Operator and. Assignment Operator.

Similar questions