Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

difference between the >> and >>> operators

Thu Nov 06, 2008 4:20 pm

What is the difference between the >> and >>> operators?



Re: difference between the >> and >>> operators

Thu Nov 06, 2008 4:21 pm

The >> operator carries the sign bit when shifting right. The >>> zero-fills bits that have been shifted out.

Post a reply
  Related Posts  to : difference between the >> and >>> operators
 PHP operators     -  
 Equality Operators     -  
 shortcut operators     -  
 using bit-wise operators in c++     -  
 C++ Increment Operators     -  
 Using Assignment Operators     -  
 Bitwise operators     -  
 Arithmetic Operators in java     -  
 Bitwise operators in java     -  
 Use the boolean compare operators     -