Java View all facts Glossary Help |
syntactic unit > symbol > operator > binary operator > && |
&& comparison table |
Subject | use | evaluate | has definition | have purpose | is a synonym of | is a kind of | return | is an instance of | indicate |
---|---|---|---|---|---|---|---|---|---|
binary operator | an infix notation | An operator that has 2 arguments | to perform a simple function of 1 to 3 arguments | operator | a value called its result | ||||
logical operator | to perform operations on boolean operand(s) | conditional operator | operator | a boolean | |||||
short circuit operator | to perform a simple function of 1 to 3 arguments | operator | a value called its result | ||||||
&& | an infix notation | its second operand only if the first operand returns true | to return true if both operands evaluate to true | a boolean | short circuit operator | logical AND |
Next binary operator: * Up: binary operator, logical operator, short circuit operator Previous binary operator: &