Q. Find operators that work as both Logical operators and Bitwise operators in Java? (A) &, &= (B) |, |= (C) ^, ^= (D) All the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All the above