Which of the following are so called short-circuit operators?

a. &&
b. &
c. ||
d. |

a. &&
c. ||
are short-circuit operator, meaning that if the left operand can determine the result of the operation, the right operand will be skiped.

Computer Science & Information Technology

You might also like to view...

The end of a Java statement is indicated by a ________.

a. bracket (}) b. asterisk (*) c. semicolon (;) d. colon (:)

Computer Science & Information Technology

What is a classpath?

What will be an ideal response?

Computer Science & Information Technology