JAVA Classloader is the program that belongs to JRE (Java Runtime ENVIRONMENT). The task of ClassLoader is to load the REQUIRED classes and interfaces to the JVM when required.
Example- To get input from the console, we require the scanner class. And the Scanner class is loaded by the ClassLoader.