So I'm learning Java
04-12-2010, 09:13 PM, (This post was last modified: 04-12-2010, 09:13 PM by Vanilla.)
#2
RE: So I'm learning Java
Well, that depends. I don't know if you have C/C++ classes, but i suspect their failure rates would be higher than that of Java. And equally, Actionscript, Javascript and PHP would be lower. Also, if you are going to pickup such a hard language anyway, if would recommend C++ instead. Since it is bytecode compiled, you can achieve higher speeds, unlike Java which is interpreted in a virtual machine and thus slower, atleast a little.
I guess the hardest thing about Java in contrast to Javascript, is that you are almost forced to take a more object-oriented approach. OOP programming is harder to learn than traditional sequential programming, but it's well worth it ;)
Reply


Messages In This Thread
So I'm learning Java - by Diamons - 04-12-2010, 08:47 PM
RE: So I'm learning Java - by Vanilla - 04-12-2010, 09:13 PM
RE: So I'm learning Java - by Zach - 04-13-2010, 02:39 AM
RE: So I'm learning Java - by trainhappy - 05-22-2010, 06:52 AM

Forum Jump: