Author | Message |
---|---|
ashasabeer
Posts: 55
|
Posted 17:10 Jan 31, 2011 |
Prof, I am getting below Message when i try to compile source file in CS3 server
"Apriori_Algo.java uses unchecked or unsafe operations. In eclipse the program is working fine . Please advice me Thanks Asha |
cysun
Posts: 2935
|
Posted 18:59 Jan 31, 2011 |
The short answer is that it's a warning so you can ignore it. If you want to learn more, read about Generics in Java. |