Does the size of a jar file affect the performance of the JVM?

Viewed 3736

I was wondering if the size of jar file has any implications for the peformance of the Java Virtual Machine?

Is there going to be a point where the jar file becomes too large that the JVM will not be able to function effectively?

2 Answers
Related