Answer Posted / 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 |
Post New Answer View All Answers
What are the design considerations while making a choice between using interface and abstract class?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is mdb and what is the special feature of that?
What are transaction attributes?
Explain ioc concept?
how do you Handle Front End Application data against DB with example?
What is the difference between static and non-static with examples?
What value does readline() return when it has reached the end of a file?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How a component can be placed on Windows?
how to use debug in my elipse to solve problems that exist in my project
What are the pros and cons of detached objects?
what is a portable component?
What is aop(assepct oriented programing)?
Can I run seam outside of jboss as?