MCQ Single Best Answer Easy

QWhich of the following is NOT true about Java arrays?

ID: #7443 Array in Java 346 views
Question Info
#7443Q ID
EasyDifficulty
Array in JavaTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Arrays can store only objects and not primitive types.
  • B Arrays have a fixed size.
  • C Arrays can be multidimensional.
  • D Elements of an array are accessed using an index.
Correct Answer: Option A

Explanation

Answer: a) Arrays can store only objects and not primitive types.

Explanation: This statement is not true. Java arrays can store both objects and primitive types.

Share This Question

Challenge a friend or share with your study group.