![]() |
Java vs. C++ - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5) +--- Forum: Programming (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=30) +--- Thread: Java vs. C++ (/showthread.php?tid=9833) Pages:
1
2
|
Java vs. C++ - DysLabs - 08-06-2012 Which do you like better? I personally like Java better because its easier for me. But C++ is faster. But Java is cross-platform. Discuss. RE: Java vs. C++ - noob007 - 08-06-2012 C++ is cross-platform too. You just have to recompile it for each platform. Java, on the other hand, only runs on one platform: the Java platform. :O RE: Java vs. C++ - DysLabs - 08-06-2012 (08-06-2012, 09:51 AM)noob007 Wrote: 1. C++ is cross-platform too. You just have to recompile it for each platform. 1. That's what I meant. 2. The Java platform can be installed for any platform though, thus Java is cross-platform. RE: Java vs. C++ - Archived_Latinxassassin - 08-06-2012 These programs are mainly made for web applications, or video games. If I was to choose, I would probably pick Java. It creates better applications, games, little slowdown in loading, and you can do a lot of stuff in Java. RE: Java vs. C++ - DysLabs - 08-06-2012 (08-06-2012, 04:38 PM)Archived_Latinxassassin Wrote: These programs are mainly made for web applications, or video games. If I was to choose, I would probably pick Java. It creates better applications, games, little slowdown in loading, and you can do a lot of stuff in Java. C++ was not meant for web applications. You can't do it. With Java you can. But Java was not made specifically towards web applications, though it is possible. RE: Java vs. C++ - noob007 - 08-06-2012 (08-06-2012, 04:38 PM)Archived_Latinxassassin Wrote: These programs are mainly made for web applications, or video games. If I was to choose, I would probably pick Java. It creates better applications, games, little slowdown in loading, and you can do a lot of stuff in Java. But C++ is more efficient than Java mostly due to the memory management, so many more games have been made in C++ than in Java. RE: Java vs. C++ - Archived_Latinxassassin - 08-06-2012 (08-06-2012, 05:18 PM)noob007 Wrote: But C++ is more efficient than Java mostly due to the memory management, so many more games have been made in C++ than in Java. Like World of Warcraft, it was made from C++. RE: Java vs. C++ - DysLabs - 08-06-2012 (08-06-2012, 05:20 PM)Archived_Latinxassassin Wrote:(08-06-2012, 05:18 PM)noob007 Wrote: But C++ is more efficient than Java mostly due to the memory management, so many more games have been made in C++ than in Java. Back on topic. C++ is way better for memory management. RE: Java vs. C++ - Goopler - 08-16-2012 Minecraft was made with Java. RE: Java vs. C++ - DysLabs - 08-16-2012 (08-16-2012, 04:03 PM)Goopler Wrote: Minecraft was made with Java. Off-topic |