Guys which language is easier c++ or java? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Guys which language is easier c++ or java?

5th Jun 2017, 9:52 AM
Afiq Ikkeri
Afiq Ikkeri - avatar
8 Réponses
+ 7
The most profound proof is that Java hides pointers and use them internally making the work of a programmer lot easier.No operator overloading in Java is another benefit to the programmer, while Java internally has used operator overloading.Java is more readable. If you are given a large codebase, then you’ll find it easy to understand Java more easily compared to C++.Java has automatic memory management whereas in C++ you yourself has to clear the garbage. It is a great advantage and avoid one of the biggest problem called as memory leaks ! But if you start with C++ and play with it for a year and then you shift to Java then you can use and understand Java more deeply. With that said, the widespread success of Java is in part due to Hot-Spot, Sun's implementation of the Java Virtual Machine. Hot-Spot supports just-in-time compilation and optimization and is a beautifully engineered piece of software. It's written in C++.
8th Jun 2017, 2:16 AM
The Search
The Search - avatar
+ 4
Java
5th Jun 2017, 10:35 AM
aklex
aklex - avatar
+ 4
java is easier
5th Jun 2017, 12:02 PM
Aswini
Aswini - avatar
+ 3
Java
5th Jun 2017, 9:55 AM
Mario L.
Mario L. - avatar
+ 3
They are equally important and challenging, it depends what you want to be doing. You should in my opinion start with C++ and then start Java too. Believe me a real programmer needs them both and will get the C# and Javascript on the fly too. Remember though, buy a good book on the topic of beginner in those languages because you are going to need them as reference guide. They are easier to use and you can go flipping back and forward faster and easier if you need some on topic extra info.
5th Jun 2017, 10:00 AM
🇺🇸 Anatoli🇧🇪🇪🇺 ,
🇺🇸 Anatoli🇧🇪🇪🇺 , - avatar
+ 2
Complex parts of code like input etc are much easier in C++ cause you don't have to create classes and objects.
5th Jun 2017, 10:27 AM
Max Osterried | GY Corp.
Max Osterried | GY Corp. - avatar
+ 1
if u r beginner then learn oops concepts first and learn what is the feature supported by java and c++.
5th Jun 2017, 5:45 PM
Nanda Balakrishnan
0
thanks guys
5th Jun 2017, 10:38 AM
Afiq Ikkeri
Afiq Ikkeri - avatar