Arrays
Revisit
a homogeneous aggregate
stored contiguously in memory
use the bracket operator ( [] ) and an integer index
ArrayIndexOutOfBoundsException
Examples
Array of Button
Array of Object
Growable Array of Students
PhoneAPP
what if I have more than five friends ?
Previou page
Next page