DRAFT
Observed
One can know the length of a String object by accessing its length field
One can know the length of a String object by calling its length method
If students know about arrays, they might reason using an inappropriate analogy and thus believe that objects of class String
have a length field (since arrays indeed have a final instance variable named length
).