Index: O
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
Index: O
- Object class: 12. The java.lang Package
 
- object classes: 3.4.2. Superclasses, Object, and the Class Hierarchy
 
- object creation, operator for: 2.5.11. Special Operators
 
- object identifier (OID): 19. The java.security.cert Package
 
- object literals: 2.8.3. Object Literals
 
- object member access (.) operator: 2.5.11. Special Operators
 
- object-oriented programming: 3. Object-Oriented Programming in Java
 
- object serialization
 
  
  - Externalizable interface: 11. The java.io Package
 
  
  - NotSerializableException: 11. The java.io Package
 
  
  - ObjectInput interface: 11. The java.io Package
 
  
  - ObjectInputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
    
    - GetField class: 11. The java.io Package
 
  
 
  
  - ObjectInputValidation class: 11. The java.io Package
 
  
  - ObjectOutput interface: 11. The java.io Package
 
  
  - ObjectOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
    
    - PutField class: 11. The java.io Package
 
  
 
  
  - ObjectStreamConstants interface: 11. The java.io Package
 
  
  - ObjectStreamException: 11. The java.io Package
 
  
  - ObjectStreamField class: 11. The java.io Package
 
  
  - SealedObject class: 26. The javax.crypto Package
 
  
  - Serializable interface: 11. The java.io Package
 
 
- objects: 2.8. Classes and Objects
 
  
  - AccessibleObject class: 14. The java.lang.reflect Package
 
  
  - arrays of, converting to collections: 4.6. Collections
 
  
  - collections of: 4.6. Collections
 
    
    - package for: 4.1. Java Platform Overview
 
  
 
  
  - comparing: 2.10.2. Comparing Objects and Arrays
 
  
  - copying: 2.10.1. Copying Objects and Arrays
 
  
  - creating: 2.8.2. Creating an Object
 
    - 3.2. Creating and Initializing Objects
 
  
 
  
  - destroying: 3.3. Destroying and Finalizing Objects
 
  
  - finalizing: 3.3. Destroying and Finalizing Objects
 
  
  - initializing: 3.2. Creating and Initializing Objects
 
  
  - InvalidObjectException: 11. The java.io Package
 
  
  - NullPointerException: 12. The java.lang Package
 
  
  - Object class: 12. The java.lang Package
 
  
  - serializing/deserializing: 4.10. Input and Output Streams
 
  
  - threads and: 4.8. Threads
 
  
  - using: 2.8.4. Using an Object
 
 
- ObjectStreamClass class: 11. The java.io Package
 
- Observable class: 23. The java.util Package
 
- Observer interface: 23. The java.util Package
 
- of( ) (UnicodeBlock): 12. The java.lang Package
 
- OID (object identifier): 19. The java.security.cert Package
 
- okToUseGui( ): 9. The java.beans Package
 
- on( )
 
  
  - DigestInputStream class: 17. The java.security Package
 
  
  - DigestOutputStream class: 17. The java.security Package
 
 
- openConnection( )
 
  
  - HttpURLConnection class: 16. The java.net Package
 
  
  - URL class: 16. The java.net Package
 
  
  - URLStreamHandler class: 16. The java.net Package
 
 
- openStream( ),
  
  URL class: 16. The java.net Package
 
- operands: 1.3.2.12. Looping and computing the factorial
 
  
  - list of: 2.5.1. Operator Summary
 
  
  - number/type: 2.5.1.3. Operand number and type
 
 
- operators: 1.3.2.12. Looping and computing the factorial
 
  - 2.5. Expressions and Operators
 
  
  - arithmetic: 2.5.2. Arithmetic Operators
 
  
  - list of: 2.5.1. Operator Summary
 
  
  - special: 2.5.11. Special Operators
 
 
- OptionalDataException: 11. The java.io Package
 
- order of evaluation: 2.5.1.6. Order of evaluation
 
- ordinaryChar( ): 11. The java.io Package
 
- ordinaryChars( ): 11. The java.io Package
 
- OutOfMemoryError: 12. The java.lang Package
 
- output, displaying: 1.3.2.6. Displaying output
 
- output streams: 4.10. Input and Output Streams
 
  
  - BufferedOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - ByteArrayOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - CheckedOutputStream class: 25. The java.util.zip Package
 
  
  - CipherOutputStream class: 26. The javax.crypto Package
 
  
  - DataOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - DeflaterOutputStream class: 25. The java.util.zip Package
 
    - 25. The java.util.zip Package
 
  
 
  
  - FileOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - FilterOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - GZIPOutputStream class: 25. The java.util.zip Package
 
  
  - JarOutputStream class: 24. The java.util.jar Package
 
  
  - ObjectOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - OutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - OutputStreamWriter class: 11. The java.io Package
 
  
  - package for: 4.1. Java Platform Overview
 
  
  - PipedOutputStream class: 11. The java.io Package
 
    - 11. The java.io Package
 
  
 
  
  - StreamCorruptedException: 11. The java.io Package
 
  
  - system: 12. The java.lang Package
 
  
  - ZipOutputStream class: 25. The java.util.zip Package
 
 
- OutputStream class: 4.10. Input and Output Streams
 
- overriding
 
  
  - methods: 3.4.6. Overriding Superclass Methods
 
  
  - overrides: 3.4.6. Overriding Superclass Methods
 
  
  - vs. shadowing: 3.4.6.1. Overriding is not shadowing
 
 
- overview.html file: 7.3.3. Doc Comments for Packages
 
- Owner interface: 18. The java.security.acl Package
 
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
Copyright © 2001
O'Reilly & Associates, Inc.
All Rights Reserved.