Multiple choice technology web technology Which of the following is used by assemblies to find each other? Searching directory paths Cannot find each other by any method By pointers 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).