J2SE Question:
Download Questions PDF

What is bitwise operator?

Answer:

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 (~).

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is block?What is binary operator?