Answer Posted / 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 |
Post New Answer View All Answers
Can I import same package/class twice? Will the jvm load the package twice at runtime?
How to pass parameters in RMI?
Which javutil classes and interfaces support event handling?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is colon_pkg_prefixes and what is its use?
How to deploy Jar, War files in J2EE?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the relationship between local interfaces and container-managed relationships?
What is the relationship between an event-listener interface and an event-adapter class?
Can we sent objects using Sockets?
What are the different types of exception?
What is synchronization and why is it important?
Explain about thread synchronization inside a monitor?
Explain the difference between object state and behavior?
What is abstract schema?