1
visibility

In Java Arrays are _____________

  • A

    objects

  • B

    object references

  • C

    primitive data type

  • D

    None of the above

In java an array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed.