FQCN - Fully Qualified Class Name
-
The fully-qualified name for a class or interface is the package name followed by the class/interface name,
separated by a period (.).
- For example, com.marakana.utils.MyClass
- Code outside the package can reference public classes and interfaces of a package using their fully-qualified names.
출처 : www.protechtraining.com/content/java_fundamentals_tutorial-packaging
'스터디할래(Java 시리즈) > 스터디 후기' 카테고리의 다른 글
스터디 할래 11주차 후기(210130) (0) | 2021.01.30 |
---|---|
스터디 할래 10주차 후기(210123) (0) | 2021.01.23 |
스터디 할래 6주차 후기(201226) (0) | 2020.12.26 |
스터디 할래 5주차 후기(201219) (0) | 2020.12.19 |
스터디 할래 4주차 후기(201212) (0) | 2020.12.13 |