J2SE Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What is block? | What is binary operator? |