I have a problem with the use of the character '> >' I would like to know what function actually fulfills what it does considering something like:
System.out.println(5>>1);
the result is 2 but why ?, I understand that it is also called operator Bits but really compares the bits of these numbers and determines that?