Hey
Im using an arraylist declared to string to add strings to it and when i declare:
when i compile it comes up with an error:Code:List<String> tempList = new ArrayList<String>();
Thanks in advanceCode:code.java:49: <identifier> expected List<String> tempList = new ArrayList<String>(); ^![]()


Reply With Quote


Bookmarks