6. (D) The Integer class has no methods that can change the contents of i. However, i can be reassigned so that it refers to another object. This happens in both segments I and III. Segment II is wrong because intValue is an accessor—it cannot be used to change the value of object i.