Hi,
I have a small program here where in im learning to use HashMap.
But when i try to run this, it gives me an error sayingCode Java:
"Note: test.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details."
Can anyone tell me what does this error mean ? and what do i do to make this program run ??
Thank you in advance ..
