Answer Posted / 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 View All Answers
What is the difference between ear, jar and war file?
What is ioc concept?
What do you mean by Socket Programming?
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?
Is infobus easy to use?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What modifiers may be used with an inner class that is a member of an outer class?
Why is string immutable in java?
Which class is the immediate superclass of the menucomponent class?
What is in-memory replication?
Name the eight primitive java types.
What is JTS?
What is the relationship between the canvas class and the graphics class?
What is aop(assepct oriented programing)?