The code defines an ArrayList without specifying a type - in so doing the get method will return an Object. Specify the type of the ArrayList using Generics (see Lesson: Generics (Updated) (The Java™...