Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



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

Never buy what you do not want because it is cheap; it will be dear to you. -- Thomas Jefferson

Working...