Multiple choice technology programming languages

Which tool is used to add & remove assemblies from GAC

  1. Regasm

  2. GACUTIL

  3. AL

  4. Regsvr32

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

GACUTIL (Global Assembly Cache Tool) is the command-line utility used to install and uninstall assemblies from the Global Assembly Cache (GAC). The GAC is a shared repository for .NET assemblies that need to be accessed by multiple applications on the same machine.