CS 1301 – Ch 6, Handout 1

For backwards compatibility, Java allows the non-generic versions of all generic classes (and interfaces) in the API to be used (however, you will get a compile warning). ... A type argument can be any type. For example, ArrayList can be used as a type argument. For this example, ... Study the code below carefully. Fill in the blanks ... ................
................