Cromewell said:Java is the devil. C/C++ is good, but for beginners in all honesty (as much as it shocks me to say it) this language called TURING is actually quite good. It can be object oriented or not, its not forced on you and not taken to the extreme like it is in Java (I hate Java). It also has pointers which are important to learn.
SFR said:LOL its funny seeing how many people hate Java.. When I learned it.. it came so naturally to me I actually enjoy it(which ticks off many people..)
mgoldb2 said:I can program fine in java I just find C++ to be a much more efficent language. the automatic garbage collection of java comes with a cost. I much rather have control over my garbage collection. There are advantages to java to like how easy they are to embed into webpages.
Cromewell said:Also it has the tendancy to be overly descriptive about errors yet somehow manage not to tell you what is actually wrong.