QUOTE (Insider @ Aug 16 2009, 05:50 PM)

QUOTE (error404 @ Aug 16 2009, 05:26 PM)

If something goes wrong in java it is disastrous, if something is wrong with flash then it causes a glitch, java is really only recommended for advanced programmers really, I have only tried programming a basic tetris game in flash and a ping pong type game in jscript, in java I haven't done much really apart from my fail attempt at a skill calculator, nevertheless java is amazing.
I wouldn't get discouraged; Wouldn't building a skill calculator be extremely hard? You'd have to research and record EXP for every level in every skill!!
No, you use an array. The mathematics are extremely simplistic. I'll even write the code for you if you want, lol.
QUOTE (error404 @ Aug 16 2009, 04:26 PM)

If something goes wrong in java it is disastrous, if something is wrong with flash then it causes a glitch, java is really only recommended for advanced programmers really, I have only tried programming a basic tetris game in flash and a ping pong type game in jscript, in java I haven't done much really apart from my fail attempt at a skill calculator, nevertheless java is amazing.
I'm guessing that you're being sarcastic. You can throw exceptions if there are problems and nothing "disastrous" happens except for a compiler error.
QUOTE
Which is why Binary is the best way to program. That and it's so much easier for the hardware to interpret, without the need of compilers or decompilers or translators or whatever.
Lol. Higher level languages are compiled into binary for the hardware to interpret. Java has another step known as bytecode, but it's not really a big deal. It will run fast enough for anything you're doing.
And no one codes in binary. It's an absolute waste of time. I did assembler for a bit of time and it takes about twice as long to write something as it would in a language like C\Java.
I think you have a misunderstanding of what the link you posted means.
QUOTE
I think that Java has to be the most versatile programming language that is popular at this time, especially because it can be used for Windows Mobile applications as well. Unfortunately, however, I think in several years something new will catch on. That's just how things go in the Technological world...
For the record, I'm an all-out Java fan!!!
C is a very versatile language too. I can't see how you're a Java fan if you've never written in a different language or have the experience to use Java for something meaningful.