Quantcast
Channel: My Business Database » Software Development
Viewing all articles
Browse latest Browse all 6

Difference between List and ArrayList

$
0
0

List is an interface and ArrayList is a specific implementation of List.

The describes an object type. You could see an example below, how to define a list with String objects.

List customerList= new ArrayList();


Viewing all articles
Browse latest Browse all 6

Trending Articles