Conditional OR. Evaluates its right-hand operand only if the value of its left-hand operand is false.
@param expr the right-hand operand
@return the result value is false if both operand values are false; otherwise, the result is true.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.