Computer Science, asked by kulwantkaur3957, 11 months ago

What is a classloader in Java?

Answers

Answered by rishabh7070
0

hope it answer help you

Attachments:
Answered by VISHALKUMARV22
7

Answer:

ClassLoader in Java is a class which is used to load class files in Java. Java code is compiled into class file by javac compiler and JVM executes Java program, by executing byte codes written in class file.

Similar questions