Arrays and Collections • Arrays – One dimensional array – Two or multiple dimensional array • Collections – Standard collection: Array. List – Generic collection: Linked. List
Exercise • Create an array with fixed length containing “Monday”, “Tuesday”, ……. “Sunday”, and print the array. • Create an array which is able to hold arbitrary number of student names, add n names and finally print. – Array. List – Linked. List