0
Is Java Good for 3D Android Games? Hi, im really new to java and wanted to learn. But before i go further more, i want to know
is Java Good for 3D Android Games? https://code.sololearn.com/WyqZOz8O86it/?ref=app
3 Answers
+ 4
yes java is good for 3d games but firstly u have to learn java and then download jdk(java developmet kit) in ur lap
+ 3
Unity does not use Java, and neither does the code you linked us.
But yeah, java is fine. For most games on the app store it's great and likely used for most.
I just wouldn't recommend java for very large games, like those mmo rpg's. The garbage collector may bite you back with freezes if there's to much memory to free at once. Atleast that's from what I've read, perhaps they weren't optimizing.
0
thanks