我们使用动态类加载来加载用户的库。
可以使用动态类加载技术确保加载正确的bean集合。
You can use dynamic class loading techniques to ensure the correct set of beans is loaded.
动态类加载是动态jit编译器面临的一个挑战,也是AOT编译的一个更重要的问题。
Dynamic class loading, which is a challenge for the dynamic JIT compiler, is an even more significant issue for AOT compilation.
这样就可以实现要加载的类名的动态解释。
By doing this, you obtain a dynamic interpretation of the name of the class to load.
因为每个匿名类都有一个唯一的名称,因此在加载该类是不会有问题的,而这样做的结果是,应用被实时动态地更新了。
As each anonymous class has a unique name there are no issues loading it and as a result the application is updated on-the-fly.
要使用动态的类加载器的话,我们首先必须创建它们。
To make use of dynamic classloaders we must first create them.
反射类的底层实现会动态生成将加载到JVM中的新类。
The underlying implementation of the reflection classes generates new classes on-the-fly to be loaded in the JVM.
其他的类,例如服务接口和实现,或者其他数据对象被普通的类加载器加载不被动态类重载。
Other classes, such as service interfaces and implementations, or other data objects, are loaded by the normal class loader and not subject to live class reloading.
它实现了在程序执行的过程中动态地加载所需要的类文件,并且这种动态行为是可以人为控制的。
The class loading mechanism can be used to load the class file dynamically when the program is running.
它实现了在程序执行的过程中动态地加载所需要的类文件,并且这种动态行为是可以人为控制的。
The class loading mechanism can be used to load the class file dynamically when the program is running.
应用推荐