List of article on Operator

Shift: LeftShift And Rightshift Operator In JAVA With Example

Shift Operator is of two types Bitwise Left Shift And Right Shift operator. In the Bitwise shift operators, the result comes applying these operators on the bit values. Below we will discuss both the Shift operator. BITWISE LEFT SHIFT OPERATOR As you know very well, bit is a concept of binary number system. Here if … Continue reading Shift: LeftShift And Rightshift Operator In JAVA With Example

Bitwise Operator In JAVA With Example

As from the name Bitwise sound these operator performs the operation on bit value. And also you must have heard bit is smallest unit of memory. This is represented by either 0 or 1 which means you have only one option to mark your answer. Also you can understand this concept by an electrical switch … Continue reading Bitwise Operator In JAVA With Example