13.
Which of the following statements is true about arrays in Java?

14.
What is the correct way to copy the elements of one array to another in Java?

15.
How do you declare and initialize an array of integers with 5 elements in Java?

16.
How do you declare a dynamic array (ArrayList) of integers in Java?

17.
What is the purpose of the System.arraycopy() method in Java?

18.
Which of the following is true about the size of an ArrayList in Java?