A

Admin • 831.35K Points
Coach

Q. Which of the following is false about Java arrays?

  • (A) They are objects
  • (B) They can store mixed data types
  • (C) They are fixed in size
  • (D) They are zero-indexed
  • Correct Answer - Option(B)
  • Views: 18
  • Filed under category Java
  • Hashtags: Java Array

Explanation by: Admin
Arrays in Java are homogeneous, meaning all elements must be of the same type.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.