I have a feeling that the code you're looking at was copied from an HTML page
and pasted somewhere else. The codes you are seeing are HTML codes for the
operators in the code. > translates to > in an HTML page. >> = >> <
= < etc. I doubt that something like boolean b = 5 > 3; would even compile
but I reserve the right to be wrong.