Java lists

Hello guys, i dont get it for example if i have method public list<Dogs> getAllDogs () {...}
this method has return type list<dogs>, i know that list is interface so what kind of list this method retursn is that array? or what
Was this page helpful?