Question d’entretien chez Infosys

what the difference between array and List?

Réponse à la question d'entretien

Utilisateur anonyme

8 avr. 2020

An Array is homogeneous (accepts one data type at a time such as int or string or char) As List is non-homogeneous (can accepts any data type)