If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is:
How will the larger, mostly unused library affect the application s performance? Does the JVM do lazy loading of classes, does having a larger class library necessarily mean a larger memory footprint?