Examveda
Examveda

In Java arrays are

A. objects

B. object references

C. primitive data type

D. None of the above

Answer: Option A

Solution(By Examveda Team)

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.


This Question Belongs to Java Program >> Array

Join The Discussion

Related Questions on Array