Notes on implementing concise calls to constructors with type parameters

Ulf Zibis Ulf.Zibis at gmx.de
Wed May 13 10:58:38 PDT 2009


BTW 1 question:

Is there any difference in writing:
    List<String> l = new ArrayList();
or:
    List<String> l = new ArrayList<String>();

I guess not, so why using 2nd writing.

thanks,

Ulf





More information about the coin-dev mailing list