14
Reading a book about the Java language, I came across some operators I had never noticed before. They are: >>
, <<
, >>=
, <<=
, >>>
, <<<
, >>>=
and <<<=
. I suppose knowing the difference between only two of these operations being >>=
and >>>=
, it is possible to clarify on all other.
What difference between >>=
and >>>=
? In which situation they can be applied?
Cool, with this edition clarified better! Thank you.
– viana
@Guilhermenascimento is, made running, thank you.
– Maniero