Home » JAVA Programming » Arrays » Question
  1. An array elements are always stored in ________ memory locations?
    1. Random
    2. Sequential and Random
    3. Binary search
    4. Sequential
    5. None of these
Correct Option: D

Array elements are stored in contiguous memory.Linked List is stored in random memory locations.



Your comments will be displayed only after manual approval.