Some examples of word usage: qualified name
1. The qualified name of this class is com.example.MyClass.
这个类的合格名称是com.example.MyClass。
2. Make sure to use the fully qualified name when referencing the package in your code.
在代码中引用包时,请确保使用完整的合格名称。
3. The qualified name of the method is java.lang.String.substring.
这个方法的合格名称是java.lang.String.substring。
4. When importing classes in Java, you can either use their fully qualified name or import them with a wildcard.
在Java中导入类时,可以使用完整的合格名称,也可以使用通配符导入。
5. The fully qualified name of the interface is org.example.MyInterface.
这个接口的完整合格名称是org.example.MyInterface。
6. It is important to specify the qualified name of the package when declaring classes in XML configuration files.
在XML配置文件中声明类时,必须指定包的合格名称。