DEVFYI - Developer Resource - FYI

What is bitwise operator

J2SE Interview Questions and Answers


(Continued from previous question...)

16. What is bitwise operator

An operator that manipulates the bits of one or more of its operands individually and in parallel. Examples include the binary logical operators (&, |, ^), the binary shift operators (<< , >>, >>> ) and the unary one's complement operator (~).

(Continued on next question...)

Other Interview Questions