Forgot your password?
typodupeerror

Comment Re:Erm, link: (Score 1) 326

every array element is a separate object which must dereferenced
Every array in Java is indeed a object, but even though, that must be a very light weight one.
which must dereferenced
Do you mean, its memory would need to be de-allocated? In C/C++ you would have to do that too, only with more control and responsability.

But I still agree with you that Java being interpreted impose serious limitations (compared with non interpreted languages) when you talk about 3D rendering.

Slashdot Top Deals

You know you've landed gear-up when it takes full power to taxi.

Working...