- 5
Which one is better, and why? Java or C++
6 Answers
+ 5
Better? Depends upon the programmer. That's like me comparing English and Spanish, which is better? Neither. Just depends who is using the language and their ability to translate it into what they're trying to express.
Better question is what is your plans? What are you wanting to do? I'd focus on whatever is going to help propel you toward whatever your goal is.
My opinions:
Java is easier than C++, but C++ allows you more room to do certain things, however, with great power comes great responsibility. C++ is 50+ years old if I recall, so you'll obviously have more resources / examples / problems people already figured out, available to you. However, Java is the most popular language/platform on the planet right now, so there is obvious demand, as well as a sufficient amount of resources available to you.
So again, it just depends what you're wanting to do. Maybe neither is the choice for you? Maybe both? Personally, I learned C++ first, but it was relevant at the time that I did it, for what I was doing it for. In the long run, it wouldn't hurt you to learn both of them.
+ 2
Java more popular now than C++ .
0
Well I don't have any plans yet. Maybe the better question would be "Which programming language is easier to learn? "
- 1
definitely c++
- 2
As for me, Java is better. Now in the top on demand in the world and understandable than C ++. But that's my personal opinion. There are many similar topics on the Internet. But the main thing that would bring pleasure.
- 8
c++ is easier and it will help you in learning Java, especially in understanding class and function