Which of the following are valid operators in Java?
Select 4 options
Correct Options are : A B C D
A. ! operates only on booleans
B. ~ bitwise negation. Operates only on integral types.
C. & bitwise AND
D. %= similar to += or /=
E. $ It is not an operator !