Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (B) Evaluating the Second expression/operand is skipped

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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