View Single Post
  #19 (permalink)  
Old 05-08-2008, 10:16 AM
jeer jeer is offline
Member
 
Join Date: May 2008
Posts: 5
jeer is on a distinguished road
I am compiling and running my code using same java version. if i use
HashMap h
then there following error:
Note: HashMapTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Reply With Quote