1 min readMar 11, 2019
This is not correct for Java. You can load infinite versions of the same class, if you isolate them via class loaders properly. For example different webapps on the same Tomcat can run different versions of MS SQL drivers (and this is necessary for some of our clients’ software to function). It just that the existing packaging systems don’t support this in any meaningful way.