|
-
October 1st, 2011, 11:59 AM
#3
Re: Java hashmap help
Also try to understand the Error so that you can solve it by yourself in future.
Test.java:16: cannot find symbol ( this line says that problem is on line 16 on file Test.java)
Can not find symbol means either variable, method or class whichever is on that line is not exists, this may be due to typo or anything else.
these are the extra details
symbol : method put(int)
location: class java.util.HashMap
here symbol is method put which takes an int argument and as said by Keang that doesn't exists.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|