+ 8
Suggest: which is better to learn first, java or c++?
i need suggestions..
13 Answers
+ 18
c++ is easier than java
//i was not knowing that
+ 15
i started with java
//it does not need any extra knowledge of other languages
//don't know about c++
+ 10
C++ is easier for me.
Try c++
+ 10
as a beginner and no idea in program then u should go for structural programming ,its too hard to get object orient concept(oops) as new in program world
better to learn first c or c++ structural portion ..
java is totaly oops concept and c++ partially opps concept
now ur call ☺
+ 9
Both are sorta the same, I started with java, but in the current situation I would suggest C++, its easier and simpler.
+ 5
learn whatever language you are learning but very important is learn that language completely this will be helpful in understanding how programming languages work and to pickup another language some tips:
1. learn by doing , try each and every program on compiler first and later when u became better in programming then write code on sheet first and then on compiler
2.if u get any error , read learn about that error , keep it in mind , make a short note on error
3. learn how program work on memory level like memory layout of that program
4. block level code is very imp to get control over and it is in almost every lang like if else, else if. ,. all the loop
5. no language is hard u need to get good resource of that language, will make very easy for you. explore resource of that language on internet u find alot of pdf book on internet , read and stick with one
Video tutorial on YouTube at the beginning will be also helpful but do follow a good complete book
+ 4
It is really not a fact which one is easier.It depends on you. But I think c++ will be easier for totally beginners .
+ 4
C++ should be learnt first because not only it is simpler than Java ( c++ syntax is very simple)but it also have many things in common with Java(oops concept). So learning Java becomes comparitively easier after c++. I have experienced it myself👍
+ 4
@Divya Surbhi This also works vice versa, I have experienced it.
+ 3
I tried them both and i began with java but lastly I tried to convert to c++ because I loved it since Iam a child hehe.. and for me i can say that.. it is more powerful and clean and fast.. you write less lines of code instead of java for the same task.
+ 3
both of them are object oriented programs and they are very similar.The choice is yours to make,as for me,i will always prefer Java though i will soon get to learn c++
+ 3
java is first
+ 3
I'd say you analyse your needs 1st and understand which language is easier for you to handle. Left to me, I'll just ask you to try python. I've used all three languages, and so far, python gets the job done best. Sorry for stepping outside the topic.