Java   View all facts   Glossary   Help
syntactic unit > symbol > operator > binary operator > &
Next binary operator&&    Upbinary operator, bitwise operator, logical operator    Previous binary operator%   

& comparison table
Subject use evaluate has definition have purpose is a synonym of is a kind of return is an instance of
binary operatoran infix notation An operator that has 2 argumentsto perform a simple function of 1 to 3 arguments operatora value called its result 
bitwise operator  An operator that performs a boolean operation bit by bit on two integral types of the same lengthto perform a simple function of 1 to 3 arguments operatora value called its result 
logical operator   to perform operations on boolean operand(s)conditional operatoroperatora boolean 
&an infix notationboth its operands to return true if both operands evaluate to true  a booleanlogical operator

Next binary operator&&    Upbinary operator, bitwise operator, logical operator    Previous binary operator%