home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book Home
Index

Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Symbols and Numbers

@ (at sign) in doc comments : Comments (EXJ)
! (logical complement) operator : Operators (EXJ)
+ symbol (URLEncoder) : (Reference page) (NUT)
& (ampersand)
& (bitwise AND) operator : Bitwise/Logical AND Operator & (JLR)
&& (boolean AND) operator : Boolean AND Operator && (JLR)
& (bitwise AND) operator : Operators (EXJ)
& reference operator
Reference Data Types (NUT)
Operators (NUT)
Operators (NUT)
&& (logical AND) operator
Operators (NUT)
Operators (NUT)
&= (AND) operator : Operators (NUT)
& (boolean AND) operator : Operators (EXJ)
& (dereference) operator in C : Operators (EXJ)
&& (conditional AND) operator : Operators (EXJ)
&= (assignment) operator : Operators (EXJ)
* (asterisk)
in import directive : The import Directive (JLR)
* (multiplication) operator : Multiplication Operator * (JLR)
* (multiplication) operator : Operators (EXJ)
* dereference operator
Reference Data Types (NUT)
Importing Classes (EXJ)
@ tags, javadoc : Documentation Comments (JLR)
\ (backslash)
Java Filenames and Directory Structure (NUT)
Character literals (JLR)
Path localization (EXJ)
\u escapes (see Unicode characters)
! (bang)
! (unary negation) operator : Boolean Negation Operator ! (JLR)
!= (not-equal-to) operator : Not-Equal-To-Operator != (JLR)
! (not) operator : run( ) (EXJ)
!= (inequality) operator : Operators (EXJ)
| (bitwise OR) operator : Operators (EXJ)
| (boolean OR) operator : Operators (EXJ)
|| (conditional OR) operator : Operators (EXJ)
|= (assignment) operator : Operators (EXJ)
[ ] (brackets)
array allocation expressions : Array Allocation Expressions (JLR)
in array type declarations
Array Types (JLR)
Local variable type (JLR)
[ ] brackets, arrays and
Creating and Destroying Arrays (NUT)
Operators (NUT)
[ ] (index) operator : Arrays (EXJ)
^ (bitwise exclusive OR) operator : Bitwise/Logical Exclusive OR Operator ^ (JLR)
^ (bitwise XOR) operator : Operators (EXJ)
^ (boolean XOR) operator : Operators (EXJ)
^= (assignment) operator : Operators (EXJ)
, (comma) operator
Operators (NUT)
The for Loop (NUT)
Operators (NUT)
Operators (JLR)
The for Statement (JLR)
Statements (EXJ)
Operators (EXJ)
{ } curly braces : Arrays (EXJ)
for creating arrays : Array Creation and Initialization (EXJ)
for code blocks : Statements (EXJ)
- (subtraction) operator : Operators (EXJ)
- - (decrement) operator : Operators (EXJ)
- = (assignment) operator : Operators (EXJ)
- (hyphen) in class names : Locating Content Handlers (EXJ)
. (dot)
accessing objects with : Accessing Objects (NUT)
as field access operator : Operators (NUT)
in fully qualified names : No Global Variables (NUT)
. (dot) notation
Variable access (EXJ)
Accessing Members (EXJ)
= operator : Copying Objects (NUT)
= (assignment) operator : Assignment Operators (JLR)
= = (equal-to) operator : Equal-To Operator == (JLR)
= (assignment) operator : Operators (EXJ)
= (equality) operator : Operators (EXJ)
== operator
Checking Objects for Equality (NUT)
More Events and Interfaces (EXJ)
Comparisons (EXJ)
> (greater than) operator : Operators (EXJ)
>= (greater than or equal) operator : Operators (EXJ)
>> (rightwise shift) operator : Operators (EXJ)
>>= (assignment) operator : Operators (EXJ)
>>> (rightwise shift) operator : Operators (EXJ)
>>>= (assignment) operator : Operators (EXJ)
- (hyphen)
- (arithmetic subtraction) operator : Arithmetic Subtraction Operator - (JLR)
- (unary minus) operator : Unary Minus Operator - (JLR)
- - (decrement) operator
Field Expressions (JLR)
Increment/Decrement Operators (JLR)
- (unary minus) operator : Operators (EXJ)
- dereference operator : Reference Data Types (NUT)
< (left angle bracket)
< (less-than) operator : Less-Than Operator < (JLR)
<= (less-than-or-equal-to) operator : Less-Than-Or-Equal-To Operator <= (JLR)
<< (left shift) operator : Left Shift Operator << (JLR)
< (less than) operator : Operators (EXJ)
<= (less than or equal) operator : Operators (EXJ)
<< (leftwise shift) operator
Operators (EXJ)
Creating an image (EXJ)
<<= (assignment) operator : Operators (EXJ)
( ) (parentheses) : Parenthetical Expressions (JLR)
cast operations : Casts (JLR)
object allocation expressions : Object Allocation Expressions (JLR)
( ) parentheses in object creation
Object Creation (NUT)
Operators (EXJ)
% (remainder) operator
Remainder Operator % (JLR)
Operators (EXJ)
%= (assignment) operator : Operators (EXJ)
+ (concatenation) operator
String Concatenation (JFC)
Unicode and Character Escapes (NUT)
Operators (NUT)
Operators (NUT)
+ (arithmetic addition) operator : Arithmetic Addition Operator + (JLR)
+ (string concatenation) operator
null (JLR)
String Concatenation Operator + (JLR)
+ (unary plus) operator : Unary Plus Operator + (JLR)
++ (increment) operator
Field Expressions (JLR)
Increment/Decrement Operators (JLR)
+ (addition) operator : Operators (EXJ)
+ (string concatenation) operator
Syntactic Sweet 'n Low (EXJ)
A Word About Strings (EXJ)
Operators (EXJ)
String Constructors (EXJ)
java.lang.StringBuffer (EXJ)
+ (unary plus) operator : Operators (EXJ)
+= (assignment) operator : Operators (EXJ)
++ (increment) operator : Operators (EXJ)
?: (conditional) operator : Conditional Operator (JLR)
?: (conditional ternary) operator : Operators (EXJ)
> (right angle bracket)
> (greater-than) operator : Greater-Than Operator > (JLR)
>= (greater-than-or-equal-to) operator : Greater-Than-Or-Equal-To Operator >= (JLR)
>> (right shift) operator : Right Shift Operator >> (JLR)
>>> (unsigned right shift) operator : Unsigned Right Shift Operator >>> (JLR)
>> (shift) operator : Operators (NUT)
>>> (shift) operator
Operators (NUT)
Operators (NUT)
>>>= (shift) operator : Operators (NUT)
; (semicolon) : Method implementation (JLR)
/ (slash)
Java Filenames and Directory Structure (NUT)
Path localization (EXJ)
/ (division) operator : Division Operator / (JLR)
/* */ C-style comments
A "Hello World" Program (JLR)
Comments (JLR)
/** */ documentation comments
Comments (JLR)
Documentation Comments (JLR)
// single-line comments
A "Hello World" Program (JLR)
Comments (JLR)
/ (division) operator : Operators (EXJ)
/* */ comment markers : Comments (NUT)
/** */ doc comment markers
Comments (NUT)
Java Documentation Comment Syntax (NUT)
/= (assignment) operator : Operators (EXJ)
// C-style comment marker : Comments (NUT)
// // comments : Comments (EXJ)
/* */ comments : Comments (EXJ)
/** */ comments : Comments (EXJ)
* (reference) operator in C : Operators (EXJ)
*= (assignment) operator : Operators (EXJ)
~ ((bitwise negation) operator : Bitwise Negation Operator ~ (JLR)
~ (bitwise complement) operator : Operators (EXJ)
| (vertical bar)
| (bitwise include OR) operator : Bitwise/Logical Inclusive OR Operator | (JLR)
|| (boolean OR) operator : Boolean OR Operator || (JLR)
| (OR) operator
Operators (NUT)
Operators (NUT)
|= (OR) operator : Operators (NUT)
|| (logical OR) operator
Operators (NUT)
Operators (NUT)


Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Book Home

Copyright © 1996 O'Reilly & Associates, Inc. All Rights Reserved.