Q. Which of the following statement is correct? (A) For positive numbers, result of operators >> and >>> are same (B) Java provides two operators to do left shift <<< and << (C) >> is the zero fill right shift operator (D) >>> is the signed right shift operator ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) For positive numbers, result of operators >> and >>> are same