Index

Symbols

& (AND)

bitwise vs. logical operators, 225228

precedence of operation, 186187

&& (AND)

assignments in conditional expressions, 176177

bitwise vs. logical operators, 225228

| (OR)

bitwise vs. logical operators, 225228

numeric promotion behavior, 110

precedence of operation, 186

|| (OR)

assignments in conditional expressions, 176

bitwise vs. logical operators, 225228

% (remainder operator), 220222

() (parentheses), 186188

*/ (asterisk backslash), 196197

' (single quote), 27

" (double quotes)

output sanitization, 19

preventing XPath injection, 27

/ (backslash), 27

/* (backslash asterisk), 196197

// (double backslash), 196

; (semicolon), 180181

?: (conditional operator), 153, 176

!= (equality operator), 222

^ (caret), 186 ...

Get Java™ Coding Guidelines: 75 Recommendations for Reliable and Secure Programs 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.