iSoftStone interview question

What is the difference between an Array and an ArrayList

Interview Answer

Anonymous

8 May 2018

an Array can contain both Object and Primitive Type Data, and an ArrayList can only contain objects