+ 2
Is Java difficult than c++?
I have almost learned c++ and thinking to learn Java. Will it be difficult for me?
4 Antworten
+ 25
I think it's easier. I think that is because I started to learn programming with Java.
+ 3
A little bit. The syntax of Java is similar to, but a bit harder than C++. The library functions also have bigger names. However, on the upside, you don't have to learn pointers.
+ 3
No language is particularly easy... it comes down to personal taste in syntax. Every language has its own quirks and hardships.
C++ is generally more powerful and can be used to create any type of application, while Java is less powerful, but more flexible and portable and is more sought after in the industry.
0
The hardest part of it is remembering, which one you are coding. They are so similar that it is easy to forget, until you get compile errors.