Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > operator > Java operator > Java logical operator > && |
&& | ||||
subject | fact |
&& | indicates logical AND | |
is a subtopic of The Basics of Java | ||
is an instance of Java logical operator | ||
is an instance of short circuit operator | ||
short circuit operator | does not compute right hand side of an expression if the left hand side is not true | |
Java logical operator | returns a boolean |