indicthreads.com
An Introduction to Java Class Loaders
One of the main features of Java is "Write Once and Run Anywhere". The Java Virtual Machine (JVM) is responsible for loading and executing the code. For this purpose, it uses the java cla…