A

Admin • 833K Points
Coach

Q. Can array variables be reassigned to a different array?

  • (A) No, it's not allowed
  • (B) Yes, if the size is same
  • (C) Yes, regardless of size
  • (D) Only inside constructors
  • Correct Answer - Option(C)
  • Views: 31
  • Filed under category Java
  • Hashtags: Java Array

Explanation by: Admin

An array variable can be reassigned to any array of the same type.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.