Multiple choice technology web technology

Which of the following is used by assemblies to find each other?

  1. Searching directory paths

  2. Cannot find each other by any method

  3. By pointers

  4. None of the Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In the .NET Framework, the Common Language Runtime (CLR) locates assemblies by searching directory paths, specifically looking in the application directory, private paths specified in configuration files, and the Global Assembly Cache (GAC).