logo

Crowdly

Browser

Add to Chrome

According to the Week 3 Java Collections reading, why is it highly recommended t...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

According to the Week 3 Java Collections reading, why is it highly recommended to declare a dynamic list variable using the List abstraction, for example: 

List<String> words = new ArrayList<>();

Rather than explicitly declaring it as the concrete class, for example:

ArrayList<String> words = new ArrayList<>();

0%
0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on learning.monash.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome