
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
Advertisements