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
Post a Comment