there are two differrent contexts 1. if there two boolean expressions than && is called a 'short circuit' operator and & is a 'long circuit' it means that (3 < 2 && 3 < 5) it ...