Home / Report Question

Q. Which of the following statements is true about arrays in Java?
  • A. Arrays can change in size after initialization.
  • B. Arrays can store elements of different types.
  • C. Arrays can have a negative length.
  • D. Arrays are objects of type Array.