answersLogoWhite

0

Explain the Java class Loader architecture?

Updated: 11/4/2022
User Avatar

MadhaviK

Lvl 1
16y ago

Best Answer

basic function of class loader is to read bytecodes into array and create namespace in namespace. there are two types of class loaders: promodia class loader and class loader objects 1. promodia class loader it loads all necessary classes required for VM, it is bootstrap class loader. 2. class loader objects there are 3 class loaders AppletClassLoader, RemoteClassLoader and SecurityClassloader. Sabarish R L

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the Java class Loader architecture?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the class loaders in Java?

A class loader is an object that is responsible for loading classes. The class ClassLoader is an abstract class.


How an exception subclass is created in java explain?

We can create a exception sub class by extending Exception class available in java


What is the Full form of JAVA whether Javanese Architecture virutal Accerelation is correct or not?

JAVA stands for - Just Another Virtual ArchitectureThis is according to what I was told in JAVA class.


Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.


Component of java virtual machine?

Class loader (with th ehelp of security manager) Run-time data area (with APIs) Execution Engine (with the help of JIT compiler)


What is java cryptography architecture?

The Java Cryptography Architecture (JCA) is a framework for working with cryptography using the Java programming language. It forms part of the Java security API, and was first introduced in JDK 1.1 in the java.security package.http://en.wikipedia.org/wiki/Java_Cryptography_Architecture


The actions in a java class are called?

The actions in a java class are called methods.


Why you start java program by class?

without class non of the folder can run so the java program should start in class we can use the class without object in java


How java platform independent with complete architecture?

java is platform independent because java code is compile on javac compiler after create one class file this file is run any of paltform run this code becauase jvm is understand this code properly managed. jatin patel


Why java is platform independent explain by diagram?

Java is a platform independent language becoz of the bytecode magic of java. In java, when we execute the source code...it generates the .class file comprising the bytecodes. Bytecodes are easily interpreted by JVM which is available with every type of OS we install.


When thinking about JCA what exactly is Java Cryptography Architecture?

Java Cryptology Architecture is used via the cryptology using the Java programming language. It also works with Oracle. Basically it's the science of secret writing in secret programming.


When java uses compiler?

What i know is java we will use compiler when it want to get class file(file with .class extension) from java file(file with .java extension).