
hi i am jane pls explain the differentiate between right shift and left shift operators

The Left Shift "<<" operator shifts the left operand to the left side by the number of bits specified by its right operand. While the right shift ">>"operator shifts the left operand to the right side with sign extension by the number of bits specified by its right operand.
For more information, please go through the following links:
http://www.roseindia.net/java/master-java/java-left-shift.shtml
http://www.roseindia.net/java/master-java/java-right-shift.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.