A

Admin • 828.03K Points
Coach

Q. Array are stored in which memory space?

  • (A) heap space
  • (B) stack space
  • (C) heap space and stack space
  • (D) first generation memory
  • Correct Answer - Option(A)
  • Views: 14
  • Filed under category Java
  • Hashtags:

Explanation by: Admin
Array is stored in heap space. Whenever an object is created, it is always stored in heap space and the stack keeps the reference.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.