eh3rrera / ocpj8-book

Study guide for the Oracle Certified Professional, Java SE 8 Programmer Exam (1Z0-809)
Other
129 stars 90 forks source link

Ch07 #22

Closed haxwell closed 7 years ago

haxwell commented 7 years ago

Just a thought.. perhaps this chapter (on Collections) should come before Chapter 6, on Generics? Just considering the progression of things a person should understand.

eh3rrera commented 7 years ago

Thanks again @haxwell.

The reason the chapter on Generic comes before this one is because Generics are not only applied to Collections. Yes, there are examples in the Generic chapters that use lists, but they are simple and that is the only collection mentioned there. Besides, from the OCAJ exam, people is supposed to know about List/ArrayList.