MMO world in JAVA or C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

MMO world in JAVA or C++

What are the differences in developping an engine in JAVA than in C++ ? Would a massive number of actions coming from multiple clients be a problem for the Java Virtual Machine ? (still a newbie in game development)

5th Mar 2017, 9:29 PM
Vekudin
Vekudin - avatar
2 Answers
+ 1
Because, Java is easier to learn/implement/use. C++ is faster/powerful. Java could probably handle what you need, but in terms of raw performance, it just can't compete with optimized C++ code. Use C++ if you're comfortable with the language.
6th Mar 2017, 2:36 PM
Thomas Rudolph
Thomas Rudolph - avatar
+ 1
Now I am defenitely going to concentrate on C++ !
7th Mar 2017, 9:49 AM
Vekudin
Vekudin - avatar