load_dll(path name); unload_dll(path name);
[Source: JAGAN MOHAN "Interview questions bible"]
Search results for load
Can I import same package/class twice? Will the JVM load the package twice at runtime?
Posted by Devin
One can import the same package or same class multiple times. Neither compiler nor JVM complains abt it. And the JVM will internally load the class on ...
No. It is by default loaded internally by the JVM.
[Source: JAGAN MOHAN "Interview questions bible"]
[Source: JAGAN MOHAN "Interview questions bible"]
« previous1 next »
