Note: I am putting these here because students have asked them in the past, this is not a reflection of what will be on quizzes.
A: Yes, we will be practicing this sort of thing in class, you will have to access every index in the array and work with individual values.
A: No, once an array is declared with a certain size that is the only size it can have forever.
A: Yes! The main method takes in an array of Strings called args as its parameter.
A: You have to know the number of things before you create an array, otherwise you will either have empty spots or have to remake the array when you get too many items. But the next data structure we learn about will solve this problem for us.
A: You're right, characters are the only things that have single quotes around them. If you put single quotes around a number it is no longer an integer it is the character representing that integer.
A: Correct!