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
why static class in java
Difference between swing and awt?
How are the elements of a borderlayout organized?
What is the difference between the font and fontmetrics classes?
What is the purpose of the wait(), notify(), and notifyall() methods?
Which class is the immediate superclass of the menucomponent class?
What is synchronization and why is it important?
What modifiers may be used with an interface declaration?
What class is used to create Server side object ?
Explain about thread synchronization inside a monitor?
What is meant by method chaining?
What are the pros and cons of detached objects?
Name the eight primitive java types.
What is threadfactory?
What is the difference between java class and bean?