By using this site, you agree to our Privacy Policy and our Terms of Use. Close
supermariogalaxy said:
Yeah, I heard Java wasn't so fun, I heard it's also slower than C++.....But my cousin told me for games, Java has better graphics, is this true???

Yes, most languages are slower than C++. Of the most used languages, the only ones which are faster than C++ are C (or C++ without the object oriented part, which is basically C) and Assembly.

As for your second question, graphics have nothing to do with the language you use. Graphics are produced by the code you write and/or the libraries you use. If you use OpenGL, for example, it doesn't matter what language you use, since the graphics are produced by OpenGL.

 



My Mario Kart Wii friend code: 2707-1866-0957