GkSeries.com

Q.

Which of the following assignment operator does not exist in Java?

[A] >>
[B] %=
[C] >>>
[D] <<
Answer & Explanation
Option: [D]

The >>> operator does not exist in Java. The other operators are valid.

Examples: x >>=y result is x=x+y

x%=y result is x=x%y

x>>>=y result is x=x>>>y

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

Please share this page

Click Here to Read more questions

Teacher Eligibility Test