J2SE Question:

What is bitwise operator?

Tweet Share WhatsApp

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 PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is block?What is binary operator?