What does >> stand for in Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does >> stand for in Java

I've seen this in a question and I don't know what it means

20th Feb 2017, 3:20 PM
Sebastian Rumpel
Sebastian Rumpel - avatar
4 Answers
20th Feb 2017, 3:33 PM
Igor B
Igor B - avatar
+ 1
This thread explains it well, http://stackoverflow.com/questions/30004456/what-does-mean-in-java Hope this helps.
20th Feb 2017, 3:36 PM
Liam Keegan
Liam Keegan - avatar
0
Basically if there's a System.out.println( a >> b) ; it will display the b value?
20th Feb 2017, 3:35 PM
Sebastian Rumpel
Sebastian Rumpel - avatar
0
Thanks Liam Keegan!
20th Feb 2017, 3:38 PM
Sebastian Rumpel
Sebastian Rumpel - avatar