13 Which of the following statements are true?
a. The elements in a Java array can only be of primitive types, not objects
b. Arrays elements are initialized to default values wherever they are created using the keword new
c. An array may be dynamically resized using the setSize method
d. You can find out the size of an array using the size method