

MCQOPTIONS
Saved Bookmarks
1. |
What happens to the Second Operand/expression if the first operand is TRUE with a Short Circuit OR (||) operator in Java? |
A. | Second expression/operand is evaluated and OR is applied to both operands |
B. | Evaluating the Second expression/operand is skipped |
C. | The compiler starts taking more memory |
D. | The compiler starts taking more CPU power |
Answer» C. The compiler starts taking more memory | |