0

why java is better then C++ and other languages?

i am just starting learn java and wants to know this.

30th Nov 2016, 5:09 PM
Hafizul Morshed
Hafizul Morshed - avatar
2 Answers
+ 1
i love java but it's not fair to consider that java is better than the others in whole things and times! because if your opinion was right, the other languages will be expire and no one use them anymore however the java is so powerful and every day getting better and has good progress ;)
30th Nov 2016, 5:18 PM
Nima Moradi
Nima Moradi - avatar
+ 1
Each language is good for a specific purpose. No language is really inherently better than another. Java gives a lot of functionality that C++ doesn't, but it also sacrifices the fine control that a language like C++ gives. Another example is how PHP is intended for databases or web apps, but it is not well suited for game development. Languages can be suited to different programming paradigms. Java is strongly tied to OOP wheras python is well suited to functional programming. It depends on your style and what you are trying to do
30th Nov 2016, 5:50 PM
Jay
Jay - avatar