Which Of These Statements Are Incorrect #95
Which of these statements are incorrect?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Operators Control Statements - Java Bitwise Operators - Quiz No.1.
Which of these statements are incorrect?
The left shift operator, <<, shifts all of the bits in a value to the left specified number of times
The right shift operator, >>, shifts all of the bits in a value to the right specified number of times
The left shift operator can be used as an alternative to multiplying by 2
The right shift operator automatically fills the higher order bits with 0