Arrays in Java are considered as ________ data types.

  • Primitive
  • Object
  • Immutable
  • Dynamic
Arrays in Java are considered as object data types. Even though they can store elements of primitive data types, arrays themselves are objects in Java. Understanding this distinction is essential for working with arrays and utilizing their various methods and properties.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *