6) With Short-Circuit (And && Operator), if 1 Condition is False, then the result is False and Java compiler will NOT Check the rest of conditions. __(true/false)

7) The Short-Circuit ‘And &&’ Operator increases the Execution of the program because once compiler finds that 1 Condition is False, then it will ignore to Check the rest of conditions. ____ (true/false)

Q&A Education