1

What's the difference between this:

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

and this?

LinkedList<String> list = new LinkedList<String>();
user3342163
  • 303
  • 1
  • 4
  • 9

0 Answers0