Linked by Andy Roberts on Thu 19th May 2005 19:33 UTC
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/25/13 0:45 UTC
Linked by Thom Holwerda on 05/24/13 23:59 UTC
Linked by Thom Holwerda on 05/24/13 22:33 UTC
Linked by Howard Fosdick on 05/24/13 21:41 UTC
Linked by Thom Holwerda on 05/24/13 14:44 UTC
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
More News »
Sponsored Links



Who cares about startup? If I run a programme all day long, I can wait that extra second.
Yeah that's fine, but you were talking about Java not being slow. I am pointing out that it in fact is slower than many other languages, notably C/C++.
Maybe you don't care about it being slower, but that doesn't mean it's not.
That's true. C doesn't do anything... What's efficient about that?
If you'd read what I posted, I explained why.
If you try to access element i of an array, Java will check if that's okay or if it's out of bounds, even if you know it's not. That is inefficient, and is slower than a language that doesn't check it.
Anyway, it seems you're now trying to change your argument to being something about development times, which fully isn't what you said in your original post. I won't argue that Java's going to be developed faster, but that is NOT what you said - you were talking about application speeds.
Looks like mattb's jumped in with some similar stuff. Best note that in fact Java DOES compile as it goes; I know what javac is and what it does, ie it only does half the job. The bytecode still has to be turned into commands that can be executed.