How JVM managing internally
- If load same version of class loads in two different user defined class loader?
2 . If load different version of class loads in two different user defined class loader (same class name and package). If JVM loads both classes which will be referred in my application.
We know JVM loads the class in the combination of class, package & Klass loader.
I want to know how internally JVM handle these situations.