What is a classloader in Java?


Java Virtual machine is the program which accepts .class files as input and converts this to system executable code.

The class loader is a module in JVM it loads, links and, initialize a program.

  • Loads the class into the memory.
  • Verifies the byte code instructions.
  • Allocates memory for the program.

Updated on: 18-Feb-2020

236 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements