Question:
what is the most difficult to learn java or c language?
Nintendo Drive
2010-10-29 07:29:29 UTC
i just wanna need some advised since im planning to learn a programming language that can easily learned from beginners, i am an advanced vb6 programmer so what do you think is more easy to learn is it Java or C/C++ Language? please help
Four answers:
Guy
2010-10-29 19:33:55 UTC
Java is easier to learn but the major downside is that it pretty much forces you at gunpoint to use OOP, C++ is also object oriented but it alows you to programme proceduraly using C code as legal C++ code. Depends on your programming style in VB6 which i hear is not enforcive of OOP either? , If your experienced in VB6 it might be better to learn C/C++ as it will alow you to hone your skills especialy with memory management. However there is far more than C and Java out there. Give python a try, Python is easier to learn than even Java yet it depends on wether or not you'd mind a dynamic type system?
deonejuan
2010-10-29 15:25:23 UTC
VB coders have a very hard time with Java. VB is procedural with a GUI-IDE. Java is none of that.



I actually went back and took some refresher C++ after java. Java made C++ understandable.



Java is way more fun.
Regine
2010-11-02 06:12:02 UTC
For me, Java is easier to learn.
2010-10-29 14:31:25 UTC
Java is easier. C/C++ you have to manage your own memory and there's no run-time error checking so it's harder to code and understand.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...