Syntax error What is a classloader in Java?

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: 2020-02-18T10:46:23+05:30

337 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements