Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Core Java - Interview Questions and Answers for 'Dynamic loading' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. static loading - Classes are statically loaded with Java new operator. dynamic class loading - Dynamic loading is a technique for programmatically invoking the functions of a class loader at run time. Class.forName (Test className); | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   jvm   memory management   class loaders  classloaders   static class loading   static loading   dynamic class loading   dynamic loading Asked in 2 Companies expert   frequent | ||||
Related Questions | ||||
What are various types of Class loaders used by JVM ? | ||||
What is a class loader ? What are the different class loaders used by JVM ? | ||||
How are classes loaded by JVM ? | ||||
Difference between loadClass and Class.forName ? | ||||
Do we need different class loaders for different modules in Java 9 ? | ||||