Programming Tutorials

Comment on Tutorial - left shift operator, <<, in Java By Emiley J



Comment Added by : siraj

Comment Added at : 2016-12-05 15:10:51

Comment on Tutorial : left shift operator, <<, in Java By Emiley J
can you explain the line below
left-shifting the value 64 (0100 0000) twice results in i containing the value 256 (1 0000 0000).

please explain, how did you got 256.


View Tutorial