GlossaryΒΆ
- fully qualified name
Name of a class with the package name:
java.lang.Object
- simple name
Name of a class without the package name:
Object
Name of a class with the package name:
java.lang.Object
Name of a class without the package name:
Object