

McqMate
Q. |
Identify the statements that are not correct: |
A. | Int a = 13, a>>2 = 3. |
B. | Int b = -8, b>>1 = -4. |
C. | Int a = 13, a>>>2 = 3. |
D. | Int b = -8, b>>>1 = -2. |
Answer» B. Int b = -8, b>>1 = -4. |
View all MCQs in
Java ProgrammingNo comments yet