iSoftStone Interview Question

What is the difference between an Array and an ArrayList

Interview Answer

Anonymous

May 8, 2018

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