Index

Symbols

$ (dollar sign) in variable names, 41

& (ampersand), AND operators, 57

-> (arrow operator), 460

* (asterisk) multiplication operator, 52

*= (asterisk equal) assignment operator, 54

^ (caret) XOR operator, 58

!! command (jdb), 654

/* comment notation, 46

/** comment notation, 47

// comment notation, 46

{} (curly braces), 38

block statements, 103

<> (diamond operator), 247

&& (double ampersand), AND operators, 57

|| (double pipe character), OR operators, 58

== (equal) comparison operator, 57, 88

= (equal sign) assignment operator, 40, 43, 54-55

! (exclamation point) NOT operator, 58

/ (forward slash) division operator, 52

/= (forward slash equal) assignment operator, 54

> (greater than) comparison operator, 57

>= (greater than or ...

Get Sams Teach Yourself Java™ in 21 Days (Covering Java 8), Seventh Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.