Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > operator > Java operator > Java logical operator > &&
Next Java logical operator||    UpJava logical operator, short circuit operator    Previous Java logical operator!   

&&
subjectfact 
&&indicates logical ANDlink: chapter2section2.8.html#578, 2001-08-30 14:54:15.0
is a subtopic of The Basics of Java2001-08-30 14:54:15.0
is an instance of Java logical operator2001-08-30 14:54:16.0
is an instance of short circuit operator2001-08-30 14:54:16.0
short circuit operatordoes not compute right hand side of an expression if the left hand side is not true2001-08-30 14:57:30.0
Java logical operatorreturns a boolean2001-08-30 14:56:16.0