Programming - Operators - Discussion

You Are Here :: Home > JAVA > Operators - Discussion

 



Q.

The Equality operator "= =" differs from an ___________.                         


A. Relational operator B. assignment operator "="
C. logical operator D. increment operator

Answer: Option B
Explaination:

 


The Equality operator "= =" differs from an assignment operator "=" i.e. the equality operator is used to determine whether one operand is equal to another operand or not while the assignment operator is used to assign a value to a variable.




Discussion

Your Comments Goes here...
NameDiscussion