Hi
I wanted to write a data miner in c+=. some one had recommended doing it in java. I just had a browse of the internet, seems that most people do it in java.
is there any performance difference doing it in java rather than in c++
no significant performance difference. the two languages are very similar. Java has a lot of classes & funcctions ready for you to use so it's a little more flexible. also, Java is suppposed to be web-oriented but many people create windows apps with Java. you're bettter off using the language you're most comofrtable with.