| 1.3 | Develop code that declares, initializes, and uses primitives, arrays, enums, and objects as static, instance, and local variables. Also, use legal identifiers for variable names.
Initializers are covered in this chapter. For primitive types, see Section 2.2, p. 28. For arrays, see Section 3.6, p. 69. For enums, see Section 3.5, p. 54. For initialization of static, instance, and local variables, see Section 2.3, p. 31
| | 7.4 | Given a code example, recognize the point at which an object becomes eligible for garbage collection, and determine what is and is not guaranteed by the garbage collection system, and recognize the behaviors of the Object.finalize() method. |
|