

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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.
- Related Questions & Answers
- How does a ClassLoader work in Java?
- What is Is-a relationship in Java?
- What is a constructor in Java?
- What is a composition in Java?
- What is a set in Java?
- What is a method signature in Java?
- What is a static class in Java?
- What is a singleton class in Java?
- What is a final method in Java?
- What is a Throwable class in Java?
- What is a Locale class in Java?
- What is a Multidimensional array in Java?
- What is Has-a relationship in Java?
- What is a final variable in java?
- What is a final parameter in java?
Advertisements