

MCQOPTIONS
Saved Bookmarks
1. |
Why are Short Circuit AND (&&) and Short Circuit OR (||) operators are fast in Java? |
A. | By skipping the second expression or operand if possible and save time. |
B. | By using extra memory on the machine |
C. | By using extra CPU processing power |
D. | None of the above |
Answer» B. By using extra memory on the machine | |