Yogendra Yadav
What are difference between array list and Hash table?
By Yogendra Yadav in .NET on Mar 17 2015
  • Yogendra Yadav
    Mar, 2015 17

    1)Hash table is store data as name and value pair and array is only store value. 2)To access value from hash table,you need to pass name while in array,to access value you need to pass index value. 3)You can store different type of data in hash table like int,string etc. but In array you can store only similar type of data.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS