String
referencesAll the elements of an array must be of the same type. So far in these notes, the elements have been primitive types. However, the elements of an array can be any data type, including object references. This chapter discusses arrays of object references.
What does this statement do?
String str;