Dependencies can be either build or run time dependencies
Answers
Answered by
1
Answer:
A dependency that can be resolved at compile time is a compile-time dependency. A dependency that cannot be resolved until runtime is a runtime dependency. Compile-time dependencies tend to be easier for developers to see than runtime dependencies, but sometimes runtime dependencies can be more flexible.
Answered by
0
The statement is true
Explanation:
- Dependencies is the term which is described as the relationship of the prior tasks to the succeeding tasks. The tasks might have multiple or various prior tasks and the multiple or various succeeding tasks.
- The dependency which could be resolved at the time of compile, is a compile time dependency. It is the dependency which can not be resolved till the run time is a run time dependency. And sometimes the runtime dependencies are flexible.
Similar questions