+ 1

How to identify which programming language is better for creating solution to the problem?

Different problems can be solved using single programming language but the solution differs from all other programming languages.. Therefore is there any simple way to identify which is the best use of program language for a specific problem..

2nd Nov 2018, 2:37 AM
Narenkumar
Narenkumar - avatar
1 Answer
+ 3
Knowing the advantages and disadvantages of each language. You can create a game in java, but it would be faster on c++ You could create a GUI in c++, but it's easier on java and it's multi-platform. And so on, you need to identify what you want, and decide which language serves better
2nd Nov 2018, 2:43 AM
voidneo