Q. Which of the following statement is correct? (Solved)
1. For positive numbers, result of operators >> and >>> are same
2. Java provides two operators to do left shift <<< and <<
3. >> is the zero fill right shift operator
4. >>> is the signed right shift operator
- a. For positive numbers, result of operators >> and >>> are same