List<Person> l1;
List<Person>l2;
List<Person>l3 = new ArrayList().addAll(l1).addAll(l2);
Advertisements
List<Person> l1;
List<Person>l2;
List<Person>l3 = new ArrayList().addAll(l1).addAll(l2);
Adobe is providing recorded webinars at
Book recommended by ContentWrangler StottAbel
Document Engineering by Glushko and McGrath (older book, still good)