
Arrays
An array is the collection of similar type of elements. In
java when the array variable is created its length i.e. the number of elements
in the array is fixed. As an example the portion args[] in main method you use
is an array, but here it is not of fixed length since it is an argument (more
on this later). However, if you want to have the record say name of the
students...