What is an Array and difference between array and collection?
What is an Array and difference between array and collection? An array is an index collection of fixed no of homogeneous data elements. The main advantage of arrays is we can represent multiple values by using a single variable so that readability of the code will be improved. Java array is . . . Read more