What is a class loader?

Answers were Sorted based on User's Feedback



What is a class loader?..

Answer / nashiinformaticssolutions

The classloader is a component of the Java Runtime Environment (JRE) that is produced or executed when the bytecode is running.Java classes and interfaces must be dynamically loaded into the JVM (Java Virtual Machine) using the class file classloader. The Java runtime system does not require knowledge of files and file systems due to classloaders.

Is This Answer Correct ?    0 Yes 0 No

What is a class loader?..

Answer / glibwaresoftsolutions

The classloader is a component of the Java Runtime Environment (JRE) that is produced or executed when the bytecode is running.Java classes and interfaces must be dynamically loaded into the JVM (Java Virtual Machine) using the class file classloader. The Java runtime system does not require knowledge of files and file systems due to classloaders.

Is This Answer Correct ?    0 Yes 0 No

What is a class loader?..

Answer / glibwaresoftsolutions

The classloader is a component of the Java Runtime Environment (JRE) that is produced or executed when the bytecode is running.Java classes and interfaces must be dynamically loaded into the JVM (Java Virtual Machine) using the class file classloader. The Java runtime system does not require knowledge of files and file systems due to classloaders.

Is This Answer Correct ?    0 Yes 0 No

What is a class loader?..

Answer / glibwaresoftsolutions

The classloader is a component of the Java Runtime Environment (JRE) that is produced or executed when the bytecode is running.Java classes and interfaces must be dynamically loaded into the JVM (Java Virtual Machine) using the class file classloader. The Java runtime system does not require knowledge of files and file systems due to classloaders.

Is This Answer Correct ?    0 Yes 0 No

What is a class loader?..

Answer / hr@tgksolutions.com

The classloader is a component of the Java Runtime Environment (JRE) that is produced or executed when the bytecode is running.Java classes and interfaces must be dynamically loaded into the JVM (Java Virtual Machine) using the class file classloader. The Java runtime system does not require knowledge of files and file systems due to classloaders.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

How messaging services are done, before release of JMS?

0 Answers  


How to synchronize jsp page?

1 Answers   Infotech, TCS,


Is the infobus client side only?

0 Answers  


whats is mean by jndi

4 Answers   SolutionNET,


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


What is there in browser that it supports web based applications of java or any other PL?

2 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


To identify IDL language what mapping mechanism is used?

0 Answers  


what is a portable component?

0 Answers  


diff vector arraylist

4 Answers   Saka Solutions,


What is metaspace?

0 Answers  


Differences between applications and applets?

3 Answers  


Categories