Chapter 5. Essencial Classes

Table of Contents

1. String Class
1.1. Two classes for strings
1.2. Creating Strings and StringBuffers
1.3. String literals
1.4. Accessor Methods
1.5. Modifying StringBuffers
1.6. Converting Objects to Strings
1.7. Strings and the Java Compiler
2. System Class
2.1. System Properties
2.2. Reading/Writing System Properties
2.3. Forcing Finalization and Garbage Collection
2.4. The Runtime Object
3. Input/Output Streams
3.1. Definition
3.2. The System class Streams
3.3. InputStream Class
3.4. OutputStream Class
3.5. Simple Input and Output Streams
3.6. Using Input and Output Streams