✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
List<String> words = new ArrayList<>();Rather than explicitly declaring it as the concrete class, for example:
ArrayList<String> words = new ArrayList<>();