应用程序类 meaning in English
application class
Examples
- Specifies the name of a source code file that contains a class associated with the application class
指定源代码文件的名称,该文件包含与应用程序类相关联的类。 - Inherits attribute to specify the name of a code - behind class from which the application class will inherit
属性指定该应用程序类将从其继承的代码隐藏类的名称。 - This also allows you to store request - specific data in non - static members of the application class
这样还可以将特定于请求的数据存储在应用程序类的非静态成员中。 - Class loader for loading classes from the general class path including your application classes
类装入器,并为装入一般类路径上的类(包括应用程序类)定义了一个 - There are many class paths in a java application : the application classpath , the extensions classpath , and the bootstrap classpath
在java应用程序中有许多类路径:应用程序类路径、扩展类路径和启动类路径。