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 do you mean by Socket Programming?
whats is mean by tiles in struts
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Can I map more than one table in a cmp?
Should synchronization primitives be used on bean methods?
Are enterprise beans allowed to use thread.sleep()?
How messaging services are done, before release of JMS?
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!
What is the infobus?
What is scalable, portability in the view of J2EE?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Which component handles cluster communication in jboss?
Do I have to use jsps with my application?
What you mean by COM and DCOM?