In: Computer Science
What does it mean when Java short-circuits a logical and/or? Why might you not want to short-circuit a logical operation?
Java short circuit operators are:
why might you not want to short-circuit a logical operation?
Because,