private void buildPersonOptions(){
List<Person> personList= null;
}
I put this code in and it asked to import the class Person.
as far as I know there is a null list(personList) of the type List.
so
why is the List have this thing?
<Person> is what?
-Steve