Java   View all facts   Glossary   Help
syntactic unit > symbol > operator > binary operator > &&
Next binary operator*    Upbinary operator, logical operator, short circuit operator    Previous binary operator&   

&&
subjectfact 
&&evaluates its second operand only if the first operand returns trueadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:35:47.0
has purpose to return true if both operands evaluate to trueadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:35:47.0
indicates logical AND    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:35:47.0
is a subtopic of Operators2001-10-19 11:35:47.0
is an instance of binary operatoradded by: JK, source: Sun Java Tutorial, 2001-10-19 11:35:47.0
is an instance of logical operatoradded by: JK, source: Sun Java Tutorial, 2001-10-19 11:35:47.0
is an instance of short circuit operatorsource: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:35:47.0
binary operatoruses an infix notation2001-10-19 11:36:10.0
logical operatorreturns a boolean2001-10-19 11:37:17.0
operatorevaluates to its result2001-10-19 11:37:36.0
has precedence2001-10-19 11:37:36.0
is part of an expression2001-10-19 11:37:36.0
is evaluated before another operator with lower precedence2001-10-19 11:37:36.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0