[Solved] Import some code so that loop become infinite? [closed]

[ad_1]

byte i=-1; 

From comments:

Unsigned right-shifting, in Java, causes unary promotion to int: the
byte 0xff becomes the int 0xffffffff, which is then right-shifted to
0x7fffffff and narrowed to 0xff for storage.

3

[ad_2]

solved Import some code so that loop become infinite? [closed]