Computer Science, asked by smruty, 1 year ago

Differentiate between operator and expression ?

Answers

Answered by anmol6433
8
For AND combinations, the & or && logical operators are used. When two Boolean expressions are linked by the & or && operators, the combinedexpression returns a true value only if both Boolean expressions are true. ... The difference between & and && lies in how much work Java does on the combined expression.

Answered by vanshikabakshapuri
2
For AND combination the & or && logical operators are used. when Boolean expressions are linked by the ∨ && operators ,combined expressions are returns a true value only if Boolean expressions are true the difference between ∨ && lies in how much work Jawa does on the combined expressions.
Similar questions