Answer:
In the given question the option I and III is true.
Explanation:
Array is a collection of homogeneous elements. It holds a fixed number of elements and these elements type should be the same.
In data structures arrays are used to implement their algorithms.
In this question the option II is wrong because In java array does not contain the ready-made array for every problem.
That's way option I and III is true.