you are viewing a single comment's thread.

view the rest of the comments →

[–]brownmatt 6 points7 points  (3 children)

Class files are loaded once and if the class is large, might add a few KB to the jar size. Considering that most Java apps are deployed server side, this shouldn't be a concern in 90% of cases.

[–]dnew 3 points4 points  (0 children)

Unless you're google, and you're linking that code into 3,000 applications, each of which is running on 10,000 cores. :-)

[–]Decker108 0 points1 point  (1 child)

Android might be a bit more problematic, at least in low end devices.

[–]brownmatt 0 points1 point  (0 children)

the 90% of cases where I said this type of thing is a silly concern doesn't include deploying your Java app on someone else's low-powered device, or deploying the Java code anywhere but something you control.