Forgot your password?
typodupeerror

Comment WHAT ARE YOU SMOKING?? (Score 1) 632

Java Objects tend to be pretty heavy, partly because every Object carries a virtual table (to implement polymorphism, reflection, etc.)

This is nonsense. The virtual method table of an object is identical across all instances of a particular class. Each object carries nothing more than a pointer to the single virtual method table that it shares with all other objects of the same type.

Slashdot Top Deals

The only thing worse than X Windows: (X Windows) - X

Working...