java - error: type List does not take parameters -


i following error despite it's 1 used in examples:

error: type list not take parameters

list<string> strings_wat = new arraylist<string>(); 

java version 1.7 , class not named arraylist.

likely importing java.awt.list instead of java.util.list


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -