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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -