Here are the Java Language symbols + (math addition or String concatenation) - * / % <- modulas < > <= >= != == " <- string ' <- char ; <- end of statement \ <- is an escape . <- a method call -> <- in-line fucntion (Lambda) ! <- NOT | or || <- binary or logical OR & or && <- binary or logical AND ^ <- binary XOR @ <- uses in source to make an Annotation () [] <- array {} <- block of code