Comment Re:Erm, link: (Score 1) 326
Every array in Java is indeed a object, but even though, that must be a very light weight one.every array element is a separate object 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.which must dereferenced
But I still agree with you that Java being interpreted impose serious limitations (compared with non interpreted languages) when you talk about 3D rendering.