What is bitwise operator?

Submitted by: Administrator
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 (~).
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers