Computers |
|
| | #1 (permalink) |
| Master Techie Join Date: Mar 2004
Posts: 2,069
| 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++ |
| | |
| | #2 (permalink) |
| Banned Join Date: Jan 2004
Posts: 471
| 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. |
| | |