Q. What happens to the Second Operand/expression if the first operand is TRUE with a Short Circuit OR (||) operator in Java?
β
Correct Answer: (B)
Evaluating the Second expression/operand is skipped
You must be Logged in to update hint/solution