Computer Science, asked by Gautamrocks6408, 1 year ago

Build-time dependencies must be present when an application is runs in an environment.

Answers

Answered by Anonymous
3

False.

Build-time dependency is not a must in an application.

  • Dependencies are computer software application debugging protocols. They are used for resolving two main types of issues: run-time dependencies and compile-time dependencies.
  • Run-time dependencies are resolved during run time itself and never before them. A program run happens when the code is actually executed by the user or programmer. Although it is not preferred, it can allow for greater flexibility in the code debugging.

Answered by srinathholla
1

Answer:

The answer is "TRUE"

Explanation:

Similar questions