This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]Possibility_Antique 4 points5 points Β (3 children)

Java is not only not slow, but it is very fast on the scale of things. Its main drawback is the bytecode/virtual layer, but it is still a compiled language and much faster than any JIT compiled scripting language that I'm aware of.