Link to home
Start Free TrialLog in
Avatar of nekobus
nekobus

asked on

bitwise negate operator in Java

Hi there, can someone tell me what's the operator for bitwise negation?

Like if I have a bit pattern 01, I want to apply the bitwise negation and
get 10.

Is there an operator for that? Thanks in advanced.

ASKER CERTIFIED SOLUTION
Avatar of awilkins
awilkins

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nekobus
nekobus

ASKER

thank you!
No problem!