Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:is javascript faster than java? (Score 4, Interesting) 177

JavaScript faster than Java? No. It's not. Not even close. Java has fantastic performance when used correctly. It just happens to be a common intro-course language, so lowest-common-denominator sorts of programmers write a lot of crap code with it. The HotSpot VM JIT is basically magic, and the garbage collection beats out everything else.

Slashdot Top Deals

"Ninety percent of baseball is half mental." -- Yogi Berra

Working...