Teranet interview question

Standard questions about Java and OOP. (EX: What is the difference between an ArrayList and a List)

Interview Answer

Anonymous

22 Jan 2020

One is fixed size the other can grow. Quick access time for Array List. Easy insertion for List.