0
Someone please explain these please ^= in java
^= in java
3 Answers
+ 4
I think it is a bitwise operator.
+ 4
+ 4
KnuckleBars's right.
Just as you can write +=, -= and all that, you can use this pattern for bitwise operators to change the original value in a specific way.