πŸ“Š JAVA
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) By skipping the second expression or operand if possible and save time.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
258
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
94%
Success Rate