A

Admin • 828.43K Points
Coach

Q. 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
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.