1

What's the difference between this:

List<String> list = new LinkedList<String>();

and this?

LinkedList<String> list = new LinkedList<String>();
user3342163
  • 273
  • 1
  • 3
  • 9

0 Answers0